mirror of
https://github.com/simbelmas/gotify-dunst.git
synced 2026-01-19 14:35:23 +01:00
Improve config management. Modify service file to support install Fix config directory creation
12 lines
193 B
Desktop File
12 lines
193 B
Desktop File
[Unit]
|
|
Description=Gotify-Dunst
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=/usr/lib/gotify-dunst/
|
|
ExecStart=/usr/bin/env python3 main.py
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|