mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-02-24 23:04:15 +00:00
12 lines
173 B
SYSTEMD
12 lines
173 B
SYSTEMD
|
[Unit]
|
||
|
Description=Load UBNT kernel modules
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/sbin/modprobe ubnthal
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|