mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
13 lines
340 B
SYSTEMD
13 lines
340 B
SYSTEMD
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
|
||
|
[Service]
|
||
|
Environment=NOTMUCH_CONFIG=/home/hm-user/.config/notmuch/default/config
|
||
|
ExecStart=@goimapnotify@/bin/goimapnotify -conf '/nix/store/00000000000000000000000000000000-imapnotify-hm-example.com-config.json'
|
||
|
Restart=always
|
||
|
RestartSec=30
|
||
|
Type=simple
|
||
|
|
||
|
[Unit]
|
||
|
Description=imapnotify for hm-example.com
|