Use persistent systemd units for autostart
This commit is contained in:
6
autostart/services/keepassx.service
Normal file
6
autostart/services/keepassx.service
Normal file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
BindsTo=autostart.target
|
||||
ConditionEnvironment=MACHINE_HAS_KEEPASSX=true
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/keepassx --keyfile %h/.secret/main.key %h/.secret/main.kdbx
|
||||
Reference in New Issue
Block a user