14 lines
275 B
Desktop File
14 lines
275 B
Desktop File
[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
|