Compare commits

..

No commits in common. "duckbot_unitfile" and "master" have entirely different histories.

View File

@ -1,20 +0,0 @@
[Unit]
Description=CloudBot (duckbot)
After=network.target
[Service]
Type=simple
WorkingDirectory=/opt/duckbot/CloudBot
ExecStart=/opt/duckbot/venv/bin/python -m cloudbot
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
User=duckbot
Group=duckbot
SyslogIdentifier=duckbot
ProtectSystem=strict
ProtectHome=yes
NoNewPrivileges=true
ReadWritePaths=/opt/duckbot/CloudBot
[Install]
WantedBy=multi-user.target