18 lines
378 B
SYSTEMD
18 lines
378 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=veilor-os one-time post-install TUI (first login)
|
||
|
|
After=graphical.target
|
||
|
|
ConditionPathExists=!/var/lib/veilor/postinstall-complete
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/local/bin/veilor-postinstall
|
||
|
|
StandardInput=tty
|
||
|
|
StandardOutput=tty
|
||
|
|
StandardError=journal
|
||
|
|
TTYPath=/dev/tty1
|
||
|
|
TTYReset=yes
|
||
|
|
TTYVHangup=yes
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=graphical.target multi-user.target
|