mirror of
https://github.com/simbelmas/gotify-dunst.git
synced 2026-01-19 14:35:23 +01:00
13 lines
231 B
Desktop File
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
|