mirror of
https://github.com/arthur-pbty/arch-custom-iso.git
synced 2026-08-01 20:28:05 +02:00
14 lines
216 B
Desktop File
14 lines
216 B
Desktop File
[Unit]
|
|
Description=Auto Arch Installer
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/root/install.sh
|
|
TTYPath=/dev/tty1
|
|
StandardInput=tty
|
|
StandardOutput=tty
|
|
Restart=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |