mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-06 14:52:41 +01:00
package installer includes service now
This commit is contained in:
parent
0c6354067a
commit
4ff4b90490
2 changed files with 19 additions and 6 deletions
12
wkd.service
Normal file
12
wkd.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=WKD Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=wkd
|
||||
ExecStart=/srv/wkd/wkd
|
||||
Restart=always
|
||||
WorkingDirectory=/srv/wkd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue