capture_bot_san/capture_bot_san.service.example

13 lines
250 B
Text

[Unit]
Description = capture bot san
[Service]
WorkingDirectory=/home/kazbo/src/capture_bot_san
ExecStart = /home/kazbo/.local/bin/poetry run python -m capture_bot_san
Restart = no
Type = simple
User = kazbo
[Install]
WantedBy = multi-user.target