aboutsummarylogtreecommitdiffstats
path: root/crashplan-pro.service
blob: 2e6375ab8a58dae17b994b77b384c0e80b11148f (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/CrashPlanEngine start
ExecStop=/opt/crashplan/bin/CrashPlanEngine stop
Restart=always

[Install]
WantedBy=multi-user.target