Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ProBackup-nl/feba82a49cc20b85ba4884f28ccb99f9 to your computer and use it in GitHub Desktop.
Save ProBackup-nl/feba82a49cc20b85ba4884f28ccb99f9 to your computer and use it in GitHub Desktop.
## Paste this into: /usr/lib/systemd/system/crashplan.service
## Then:
# /usr/local/crashplan/bin/CrashPlanEngine stop
# systemctl enable --now crashplan
## Check whether it is running:
# systemctl status crashplan
[Unit]
Description=CrashPlan backup engine
After=network.target
[Service]
Type=forking
PIDFile=/usr/local/crashplan/CrashPlanEngine.pid
EnvironmentFile=/usr/local/crashplan/bin/run.conf
WorkingDirectory=/usr/local/crashplan
ExecStart=/usr/local/crashplan/bin/CrashPlanEngine start
ExecStop=/usr/local/crashplan/bin/CrashPlanEngine stop
ExecReload=/usr/local/crashplan/bin/CrashPlanEngine force-reload
SuccessExitStatus=143
# ToDo: Hardening
# systemd-analyze security crashplan.service
# → Overall exposure level for crashplan.service: 9.6 UNSAFE
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment