mirror of
https://github.com/simbelmas/gotify-dunst.git
synced 2026-01-19 14:35:23 +01:00
Add systemd restart delay to wait for network issues and such
This commit is contained in:
@@ -6,6 +6,7 @@ After=network.target
|
|||||||
WorkingDirectory=/usr/lib/gotify-dunst/
|
WorkingDirectory=/usr/lib/gotify-dunst/
|
||||||
ExecStart=/usr/bin/env python3 main.py
|
ExecStart=/usr/bin/env python3 main.py
|
||||||
Restart=always
|
Restart=always
|
||||||
|
RestartSec=30
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|||||||
Reference in New Issue
Block a user