daisycloud-core/tools/daisy-utils/daisy-auto-backup.service
Zhou Ya 41c4549b5a add daisy automatic backup feature
Change-Id: Iae95a8df713d6cf117dce27aa32ec2fdbb4ac78e
2016-11-30 11:11:20 +08:00

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