unitfile-parser/test/examples/keepassxc.service
2020-11-25 03:11:59 +01:00

12 lines
178 B
Desktop File

[Unit]
Description=Keepassxc
[Service]
Type=simple
ExecStart=keepassxc
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
[Install]
WantedBy=default.target