13 lines
231 B
Desktop File
13 lines
231 B
Desktop File
[Unit]
|
|
Description= BackupPC server
|
|
After=syslog.target local-fs.target remote-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=backuppc
|
|
Group=backuppc
|
|
ExecStart=/usr/bin/BackupPC -d
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|