mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-01 07:43:24 +00:00
14 lines
266 B
Desktop File
14 lines
266 B
Desktop File
[Unit]
|
|
Description=kairos reset
|
|
After=sysinit.target
|
|
[Service]
|
|
Type=oneshot
|
|
StandardInput=tty
|
|
StandardOutput=tty
|
|
LimitNOFILE=49152
|
|
TTYPath=/dev/tty1
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/kairos-agent reset --unattended --reboot
|
|
[Install]
|
|
WantedBy=multi-user.target
|