BackupPC/backuppc.service
Richard Shaw 8b08ce47fa Add patch to allow prevention of backups being deleted.
Add apache.users config file to control permissions and update related SETUP
  documentation.
Fix PID file to be created in /run instead of /var/run.
2020-03-12 14:52:38 -05:00

14 lines
292 B
Desktop File

[Unit]
Description= BackupPC server
After=syslog.target local-fs.target remote-fs.target
[Service]
Type=simple
User=backuppc
Group=backuppc
ExecStart=/usr/share/BackupPC/bin/BackupPC
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/run/BackupPC/BackupPC.pid
[Install]
WantedBy=multi-user.target