summaryrefslogtreecommitdiffstatshomepage
path: root/himalaya/.config/systemd/user/himalaya-watch.service
blob: 043d6acceedca82ee270059adb0bc03b25d7e0df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Himalaya watcher
After=network.target gpg-agent.service

[Service]
ExecStart=himalaya watch
Environment=RUST_LOG=debug
Restart=always
RestartSec=10

[Install]
WantedBy=default.target