Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion live/root/etc/systemd/system/agama-self-update.service
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ExecStartPost=dmesg --console-on
TTYReset=yes
TTYVHangup=yes
StandardInput=tty
TimeoutSec=0
TimeoutStartSec=infinity

[Install]
WantedBy=default.target
2 changes: 1 addition & 1 deletion live/root/etc/systemd/system/checkmedia.service
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ExecStartPost=kill -SIGRTMIN+20 1

StandardInput=tty
RemainAfterExit=true
TimeoutSec=0
TimeoutStartSec=infinity

[Install]
WantedBy=default.target
2 changes: 1 addition & 1 deletion live/root/etc/systemd/system/live-password.service
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ExecStartPost=kill -SIGRTMIN+20 1

StandardOutput=tty
RemainAfterExit=true
TimeoutSec=0
TimeoutStartSec=infinity

[Install]
WantedBy=default.target
2 changes: 1 addition & 1 deletion rust/share/agama-scripts.service
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Environment=TERM=linux
ExecStartPre=-/usr/bin/plymouth --hide-splash
ExecStart=/usr/libexec/agama-scripts.sh
RemainAfterExit=yes
TimeoutSec=0
TimeoutStartSec=infinity

[Install]
WantedBy=default.target