Monorepo for Aesthetic.Computer aesthetic.computer
at main 21 lines 409 B view raw
1[Unit] 2Description=Aesthetic Computer Setup TUI on tty2 3After=multi-user.target 4ConditionPathExists=/opt/ac/bin/ac-setup 5 6[Service] 7Type=simple 8ExecStart=/opt/ac/bin/ac-setup --force 9StandardInput=tty 10StandardOutput=tty 11TTYPath=/dev/tty2 12TTYReset=yes 13TTYVHangup=yes 14TTYVTDisallocate=yes 15User=me 16Environment=TERM=linux 17Restart=on-failure 18RestartSec=3 19 20[Install] 21WantedBy=multi-user.target