drop when empty

This commit is contained in:
2025-02-18 15:23:06 +01:00
parent b6e11f148f
commit b95b776418
2 changed files with 5 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ After=network.target
[Service]
User=tellme
WorkingDirectory=/opt/tellme
ExecStart=notifier.py
ExecStart=python3 notifier.py
Restart=always
[Install]