DiscordBots/channelBot/channelBot.service

14 lines
275 B
SYSTEMD
Raw Permalink Normal View History

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