pinebook-tests/script/flashunit.service

15 lines
249 B
SYSTEMD
Raw Permalink Normal View History

2019-04-04 21:33:26 -05:00
[Unit]
Description=Flasher service
After=getty.target
Conflicts=getty@tty1.service
[Service]
Type=oneshot
ExecStart=/bin/bash -c "/root/rc.local"
StandardInput=tty-force
StandardOutput=inherit
StandardError=inherit
[Install]
WantedBy=getty.target