Skip to content

Commit

Permalink
Merge pull request #368 from tmaeno/master
Browse files Browse the repository at this point in the history
typo in panda.service.template
  • Loading branch information
tmaeno committed Jun 28, 2024
2 parents 5e9148d + c439d19 commit 0c69b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PandaPkgInfo.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = "0.3.10"
release_version = "0.3.11"
2 changes: 1 addition & 1 deletion templates/systemd/panda.service.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Nice=0
Type=oneshot

# Pre check of DB schema version. Output can be seen running 'systemctl status panda.service'
ExecStartPre=/bin/sh -c '. @@virtual_env_setup@@ && python -u @@install_purelib@@/pandaserver/test/SchemaChecker.py'
ExecStartPre=/bin/sh -c '@@virtual_env_setup@@ && python -u @@install_purelib@@/pandaserver/test/SchemaChecker.py'

# Execute a dummy program
ExecStart=/bin/true
Expand Down

0 comments on commit 0c69b3f

Please sign in to comment.