mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-02-25 07:14:15 +00:00
15 lines
264 B
Desktop File
15 lines
264 B
Desktop File
[Unit]
|
|
Description=Daemon for MCU based LCM control
|
|
Requires=ubnt-init.service
|
|
Requires=mock-ubnt-api.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/ulcmd
|
|
KillMode=process
|
|
Restart=on-failure
|
|
RestartSec=2s
|
|
TimeoutStopSec=2s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|