21 lines
473 B
Desktop File
21 lines
473 B
Desktop File
[Unit]
|
|
Description=Credential Validation Modules
|
|
Before=sme-server.target network.target network-pre.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
Restart=always
|
|
RestartSec=.5
|
|
StartLimitInterval=0
|
|
StartLimitBurst=0
|
|
ExecStartPre=-/sbin/e-smith/systemd/cvm-unix-pre
|
|
ExecStart=/usr/bin/cvm-unix cvm-local:/var/lib/cvm/cvm-unix-local.socket
|
|
ExecStopPost=-/sbin/e-smith/db configuration setprop cvm-unix status enabled
|
|
TimeoutSec=0
|
|
|
|
[Install]
|
|
WantedBy=sme-server.target
|
|
|