|
[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/tts/main.py
|
|
User=ne_ju
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
[Install]
|
|
WantedBy=multi-user.target
|