mirror of
https://github.com/erenfro/keepassxc-unlocker.git
synced 2024-12-04 07:55:36 -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]
|
||||
Type=simple
|
||||
ExecStart={path} watch
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=graphical-session.target
|
||||
""")
|
||||
|
||||
return f.name
|
||||
|
|
Loading…
Reference in a new issue