7 lines
169 B
SYSTEMD
7 lines
169 B
SYSTEMD
|
|
[Unit]
|
||
|
|
BindsTo=autostart.target
|
||
|
|
ConditionEnvironment=MACHINE_HAS_KEEPASSX=true
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/usr/bin/keepassx --keyfile %h/.secret/main.key %h/.secret/main.kdbx
|