blob: 157af7938cf88e2ceed3c8f91d28a4bd8894772c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Execute scripts on IMAP mailbox changes
Documentation=https://gitlab.com/shackra/goimapnotify
PartOf=graphical-session.target
After=graphical-session.target
After=network-online.target
[Service]
Type=simple
ExecStart=/usr/bin/goimapnotify -conf %h/.config/imapnotify/%i.yaml
Restart=always
RestartSec=300
[Install]
WantedBy=graphical-session.target
|