systemd: Use relative path for mail notification script
This commit is contained in:
parent
74f67c81e6
commit
8907093a1d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ After=network.target
|
|||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/mbsync %i
|
||||
ExecStartPost=/home/oliver/Dokumente/Coding/scripts/mail-notify.py -v
|
||||
ExecStartPost=%h/.local/bin/mail-notify.py -v
|
||||
TimeoutStartSec=1min30s
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
|
|
|
|||
Loading…
Reference in a new issue