mirror of
https://git.kittycat.homes/zoe/wisdom.git
synced 2024-08-15 03:26:36 +00:00
add systemd timer
This commit is contained in:
parent
2bfb9a288f
commit
db2fe7fd63
1 changed files with 15 additions and 0 deletions
15
wisdom.service
Normal file
15
wisdom.service
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Wisdom Server
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
User=wisdom
|
||||||
|
Group=wisdom
|
||||||
|
|
||||||
|
Type=exec
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
|
ExecStart=/media/data/wisdom --input input
|
||||||
|
WorkingDirectory=/media/data/wisdom
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Reference in a new issue