Initial commit, with basic functionality.

This commit is contained in:
Scott Lamb
2016-01-01 22:06:47 -08:00
commit c9eda8ac15
36 changed files with 5074 additions and 0 deletions

16
debian/moonfire-nvr.service vendored Normal file
View File

@@ -0,0 +1,16 @@
[Unit]
Description=Moonfire NVR
After=network-online.target
[Service]
ExecStart=/usr/bin/moonfire-nvr
Type=simple
User=moonfire-nvr
Nice=-20
Restart=on-abnormal
CPUAccounting=true
MemoryAccounting=true
BlockIOAccounting=true
[Install]
WantedBy=multi-user.target