mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-11 22:40:16 -05:00
Initial commit, with basic functionality.
This commit is contained in:
16
debian/moonfire-nvr.service
vendored
Normal file
16
debian/moonfire-nvr.service
vendored
Normal 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
|
||||
Reference in New Issue
Block a user