Skip to content

Instantly share code, notes, and snippets.

@ProBackup-nl
Last active January 26, 2024 14:59
Show Gist options
  • Save ProBackup-nl/759ac7ea5a0c9e3627360cfc739126a1 to your computer and use it in GitHub Desktop.
Save ProBackup-nl/759ac7ea5a0c9e3627360cfc739126a1 to your computer and use it in GitHub Desktop.
CrashPlanPROe 3.x systemd unit for Arch Linux
# Paste this in: /usr/lib/systemd/system/crashplan-server.service
# Then: # systemctl enable --now crashplan-server
[Unit]
Description=CrashPlanPROe 3.x server
After=network.target
[Service]
Type=forking
PIDFile=/opt/proserver/proserver.pid
WorkingDirectory=/opt/proserver
ExecStart=/opt/proserver/bin/proserver start
ExecStop=/opt/proserver/bin/proserver stop
SuccessExitStatus=143
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment