41c4549b5a
Change-Id: Iae95a8df713d6cf117dce27aa32ec2fdbb4ac78e
16 lines
299 B
Desktop File
16 lines
299 B
Desktop File
[Unit]
|
|
Description=auto backup Service (code-named Daisy)
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
NotifyAccess=all
|
|
Restart=always
|
|
User=root
|
|
ExecStart=/usr/bin/daisy-auto-backup --config-file /etc/daisy/daisy-auto-backup.conf
|
|
PrivateTmp=false
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|