Neshura
7a6ebd6381
All checks were successful
Build and Release Binary File / test (push) Successful in 44s
Build and Release Binary File / build (push) Successful in 40s
Build and Release Binary File / upload-generic-package (push) Successful in 2s
Build and Release Binary File / upload-debian-package (push) Successful in 1s
Build and Release Binary File / upload-release (push) Successful in 8s
Run Tests on Code / run-tests (push) Successful in 9s
Build binary file and bundle packages / test (pull_request) Successful in 14s
Build binary file and bundle packages / build (pull_request) Successful in 37s
13 lines
288 B
Desktop File
13 lines
288 B
Desktop File
[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
|
|
ExecStart=/usr/bin/aob-lemmy-bot
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |