Files
gotify-dunst/gotify-dunst.service
2020-08-17 14:03:58 +02:00

13 lines
231 B
Desktop File

[Unit]
Description=Gotify-Dunst
After=network.target
[Service]
User=<user>
WorkingDirectory=<your-path>/gotify-dunst/
ExecStart=<your-path>/gotify-dunst/.env/bin/python main.py
Restart=always
[Install]
WantedBy=multi-user.target