mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 18:40:19 +00:00
14 lines
259 B
SYSTEMD
14 lines
259 B
SYSTEMD
|
[Unit]
|
||
|
Description=Email client Himalaya CLI envelopes watcher service
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=exec
|
||
|
ExecStart=%install_dir%/himalaya envelopes watch --account %i
|
||
|
ExecSearchPath=/bin
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|