mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
14 lines
251 B
Desktop File
14 lines
251 B
Desktop File
[Unit]
|
|
Description=UrBackup Client/Server Network Backup System
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
NotifyAccess=all
|
|
PIDFile=/run/urbackup_srv.pid
|
|
ExecStart=/usr/sbin/start_urbackup_server
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|