mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-13 09:57:03 +00:00
14 lines
247 B
SYSTEMD
14 lines
247 B
SYSTEMD
|
[Unit]
|
||
|
Description=Execute build_or_run_btrfs-progs.sh on console
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/build_or_run_btrfs-progs.sh
|
||
|
StandardInput=tty
|
||
|
StandardOutput=tty
|
||
|
TTYPath=/dev/ttyS0
|
||
|
Type=idle
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=getty.target
|
||
|
After=multi-user.target
|