mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
10 lines
137 B
SYSTEMD
10 lines
137 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run On Startup UDM
|
||
|
|
||
|
[Service]
|
||
|
After=network.target
|
||
|
ExecStart=/etc/init.d/udm.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|