forked from mirrors/autodoist
Add systemd service file
parent
13eb8ad46a
commit
9949984269
|
@ -0,0 +1,17 @@
|
|||
[Unit]
|
||||
Description=Autodoist
|
||||
After=syslog.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
RestartSec=5s
|
||||
Type=simple
|
||||
User=earne
|
||||
Group=earne
|
||||
WorkingDirectory=/home/earne/autodoist
|
||||
ExecStart=/home/earne/autodoist/run.sh
|
||||
Restart=always
|
||||
# Environment=
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue