Skip to content

Instantly share code, notes, and snippets.

@fukawi2
Created October 14, 2019 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fukawi2/ee2619274524e879eb816d89a222332b to your computer and use it in GitHub Desktop.
Save fukawi2/ee2619274524e879eb816d89a222332b to your computer and use it in GitHub Desktop.
unifi-video systemd service
# /etc/systemd/system/unifi-video.service
[Unit]
Description=Unifi Video NVR Daemon
[Service]
Type=forking
ExecStart=/usr/sbin/unifi-video start
ExecStop=/usr/sbin/unifi-video -D stop
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment