mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
14 lines
215 B
SYSTEMD
14 lines
215 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run On Startup UDM
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/sbin/ssh-proxy '/mnt/data/on_boot.sh'
|
||
|
RemainAfterExit=true
|
||
|
StandardOutput=journal
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|