2023-12-30 00:30:53 +00:00
|
|
|
[Unit]
|
|
|
|
Description="Bot for automatically posting new chapters of 'Ascendance of a Bookworm' released by J-Novel Club"
|
|
|
|
After=syslog.target
|
|
|
|
After=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2023-12-30 00:37:16 +00:00
|
|
|
ExecStart=/usr/bin/aob-lemmy-bot
|
2023-12-30 00:30:53 +00:00
|
|
|
Restart=always
|
|
|
|
RestartSec=3
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|