12 lines
235 B
SYSTEMD
12 lines
235 B
SYSTEMD
|
[Unit]
|
||
|
Description=Kill the Newsletter!
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/root/kill-the-newsletter/kill-the-newsletter /root/kill-the-newsletter/configuration.mjs
|
||
|
User=root
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|