Created
March 17, 2017 06:13
-
-
Save qertoip/f670594c81bf90565805c28530280fc8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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