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

[Service]

Type=forking
PIDFile=/opt/crashplan/Code42Service.pid
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