Create banek.service

This commit is contained in:
Руслан 2023-10-16 03:06:32 +06:00 committed by GitHub
parent 6e88cbb76b
commit 1d19496c1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
banek.service Normal file
View File

@ -0,0 +1,12 @@
[Unit]
Description=анекдоты категории /b
After=caddy.service
Requires=caddy.service
[Service]
ExecStart=/usr/local/bin/banek
WorkingDirectory=/etc/banek
Restart=always
[Install]
WantedBy=multi-user.target