13 lines
272 B
Desktop File
13 lines
272 B
Desktop File
# /etc/systemd/system/botbotbot.service
|
|
[Unit]
|
|
Description=Botbotbot
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=edpibu
|
|
WorkingDirectory=/data/code/botbotbot.py
|
|
ExecStart=/data/code/botbotbot.py/env/bin/python -u -m botbotbot
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|