Added systemd service
This commit is contained in:
13
systemd.service
Normal file
13
systemd.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Anime Notifier
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=MAKEFILE_USER
|
||||
ExecStart=MAKEFILE_EXEC
|
||||
WorkingDirectory=MAKEFILE_PWD
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user