12 lines
262 B
Desktop File
12 lines
262 B
Desktop File
[Unit]
|
|
Description=UrBackup backup client backend
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/usr/sbin/urbackupclientbackend -c /etc/conf.d/urbackupclient -w /var/run/urbackupclient.pid -d
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|