add systemd unit file
This commit is contained in:
parent
f4057ecf5d
commit
25c9ebcbef
1 changed files with 6 additions and 0 deletions
6
hitman.service
Normal file
6
hitman.service
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Hitman
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=%h/hitman/hitman -e %h/hitman/.env
|
Loading…
Reference in a new issue