13 lines
149 B
SYSTEMD
13 lines
149 B
SYSTEMD
|
#
|
||
|
# sudo systemctl enable rusefi
|
||
|
#
|
||
|
|
||
|
[Unit]
|
||
|
Description=rusEFI systemd
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/rw/startup_root.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|