12 lines
176 B
SYSTEMD
12 lines
176 B
SYSTEMD
|
[Unit]
|
||
|
Description=/etc/rc.local compatibility
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/etc/rc.local
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|