17 lines
337 B
INI
17 lines
337 B
INI
# Service file for the Geoffrey Discord Bot
|
|
|
|
[Unit]
|
|
Description=Geoffrey Discord Bot
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
User=geoffrey
|
|
Group=geoffrey
|
|
ExecStart=/home/geoffrey/venv/bin/python3 /home/geoffrey/discord_bot/geoffrey_bot_start.py
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=15
|
|
TimeoutStartSec=15
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |