aboutsummarylogtreecommitdiffstats
path: root/crashplan-pro.service
blob: ea933c914cb738010ef0c1470689f8ccb0b7b0cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=CrashPlanPRO Backup Engine
After=network.target

[Service]
Type=forking
EnvironmentFile=/opt/crashplan/bin/run.conf
WorkingDirectory=/opt/crashplan
ExecStart=/opt/crashplan/bin/service.sh start
ExecStop=/opt/crashplan/bin/service.sh stop
Restart=on-failure

[Install]
WantedBy=multi-user.target