mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-02-24 23:04:15 +00:00
14 lines
216 B
SYSTEMD
14 lines
216 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mock Unifi API to make ulcmd happy
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/mock-ubnt-api
|
||
|
KillMode=process
|
||
|
Restart=on-failure
|
||
|
RestartSec=2s
|
||
|
TimeoutStopSec=2s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|