DiscordBots/dasGlas/das-glas.service

14 lines
269 B
SYSTEMD
Raw Normal View History

2025-04-22 08:40:05 +00:00
[Unit]
Description=Das Glas Starten
After=multi-user.target
[Service]
#Type=simple
ExecStart=/home/ne_ju/pythonProjects/venv/bin/python /home/ne_ju/pythonProjects/discord/dasGlas/main.py
User=ne_ju
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target