UNVR-NAS/overlay/filesystem/etc/systemd/system/ulcmd.service
Chris Blake a4f7f862c2 fix: improvements all around
* add our own fan controller, will need more tuning with time, but it's a great start
* add restart/shutdown hooks for ulcmd, so the display shows the state of the system
* change how we expose unifi's libs to binaries
* Fixup systemd hang at boot due to networking
* move ubnthal to systemd task, since we don't load modules due to the unifi initramfs in the prebuilt kernel
2024-05-22 11:42:34 -05:00

15 lines
272 B
Desktop File

[Unit]
Description=Daemon for MCU based LCM control
Requires=load-ubnt-modules.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