1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Maildir Email Varlink Service
Documentation=https://varlink.org
After=graphical-session.target
[Service]
Type=simple
Environment="CAPABILITY_PUBLIC_KEY=MbBXk9aOgdry+EFU+uq8o8fxjqyZ+2gU4TVBS9QEbj8="
ExecStart=%h/.nix-profile/bin/maildir-varlink --maildir-root=%h/.Mail
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target
|