Init systemd service
Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
parent
55c18411be
commit
789be07330
11
init/systemd/luksrku.service
Normal file
11
init/systemd/luksrku.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=luksrku server
|
||||
|
||||
[Service]
|
||||
User=luksrku
|
||||
Group=luksrku
|
||||
ExecStart=/usr/local/sbin/luksrku server -v /var/lib/luksrku/db.bin
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user