capture_bot_san/capture_bot_san.service.example

14 lines
250 B
Text
Raw Permalink Normal View History

2024-03-15 11:06:22 +09:00
[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