SYSTEMD · 329 bytes Raw Blame History
1 [Unit]
2 Description=garnotify notification daemon
3 Documentation=https://github.com/mfwolffe/garnotify
4 After=graphical-session.target
5 PartOf=graphical-session.target
6
7 [Service]
8 Type=simple
9 ExecStart=/usr/local/bin/garnotify daemon
10 Restart=on-failure
11 RestartSec=3
12 Environment=DISPLAY=:0
13
14 [Install]
15 WantedBy=graphical-session.target