python_bot/jack_bot.service
hogweed1 d41eeb3232
All checks were successful
continuous-integration/drone/push Build is passing
make pipisa secure
2024-07-03 17:38:45 +10:00

15 lines
346 B
Desktop File

# пример того что лежит на хосте
[Unit]
Description=pipisa-bot
After=network.target
[Service]
User=jack
Type=simple
Restart=always
WorkingDirectory=/usr/share/python_bot
ExecStart=/usr/bin/python3 /usr/share/python_bot/bot.py
ExecStart=/usr/bin/python3 /usr/share/python_bot/bot.py
[Install]
WantedBy=multi-user.target#