mirror of
https://github.com/erenfro/keepassxc-unlocker.git
synced 2024-12-04 16:05:38 -05:00
Updated systemd service unit
This commit is contained in:
parent
cdd027c68f
commit
97895234ff
1 changed files with 2 additions and 1 deletions
|
@ -341,9 +341,10 @@ Description=KeePassXC Unlocker Service
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart={path} watch
|
ExecStart={path} watch
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=graphical-session.target
|
||||||
""")
|
""")
|
||||||
|
|
||||||
return f.name
|
return f.name
|
||||||
|
|
Loading…
Reference in a new issue