simpbot/init/simpbot.service
Steve cb396e47ed
All checks were successful
continuous-integration/drone/tag Build is passing
actually use the service file :)
2021-08-07 13:03:41 -04:00

15 lines
254 B
Desktop File

[Unit]
Description=Simpbot: automated appreciation of strange internet women
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=3
User=root
ExecStart=/usr/local/bin/simpbot
[Install]
WantedBy=multi-user.target