Skip to content

Instantly share code, notes, and snippets.

@Mikayex
Created August 9, 2016 09:18
Show Gist options
  • Save Mikayex/edd122461b3d3e853539e38f405ca5d0 to your computer and use it in GitHub Desktop.
Save Mikayex/edd122461b3d3e853539e38f405ca5d0 to your computer and use it in GitHub Desktop.
Borgweb systemd service
[Unit]
Description=Web front-end for Borg
After=network.target
[Service]
Type=simple
User=root
Group=root
ExecStart=/usr/bin/borgweb
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment