17 lines
384 B
SYSTEMD
17 lines
384 B
SYSTEMD
|
[Unit]
|
||
|
Description=CrashPlanPRO Backup Engine
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
|
||
|
Type=forking
|
||
|
PIDFile=/opt/crashplan-pro/CrashPlanEngine.pid
|
||
|
EnvironmentFile=/opt/crashplan-pro/bin/run.conf
|
||
|
WorkingDirectory=/opt/crashplan-pro
|
||
|
ExecStart=/opt/crashplan-pro/bin/CrashPlanEngine start
|
||
|
ExecStop=/opt/crashplan-pro/bin/CrashPlanEngine stop
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|