Watch
1
0
Fork
You've already forked dotfiles
0

systemd: Use relative path for mail notification script

This commit is contained in:
Olli 2026-06-06 11:22:33 +02:00
commit 8907093a1d

View file

@ -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