mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-14 13:01:09 +01:00
imapnotify: move test
Also add test for the systemd service.
This commit is contained in:
parent
fad475553a
commit
b70db52ff0
8 changed files with 55 additions and 2 deletions
12
tests/modules/services/imapnotify/imapnotify.service
Normal file
12
tests/modules/services/imapnotify/imapnotify.service
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue