Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save qertoip/f670594c81bf90565805c28530280fc8 to your computer and use it in GitHub Desktop.
Save qertoip/f670594c81bf90565805c28530280fc8 to your computer and use it in GitHub Desktop.
# Paste this into:
# /usr/lib/systemd/system/crashplan.service
#
# Then:
# sudo systemctl enable crashplan.service
# sudo systemctl start crashplan.service
[Unit]
Description=CrashPlan Backup Engine
After=network.target
[Service]
Type=forking
WorkingDirectory=/opt/crashplan
PIDFile=/usr/local/crashplan/CrashPlanEngine.pid
ExecStart=/usr/local/crashplan/bin/CrashPlanEngine start
ExecStop=/usr/local/crashplan/bin/CrashPlanEngine stop
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment