mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-03-17 14:27:55 +01:00
install: experiment gamemoded global service
This commit is contained in:
parent
be54d270ab
commit
10ed7a351b
4
install
4
install
@ -309,8 +309,10 @@ if [ "$(id -u)" == "0" ]; then
|
||||
|
||||
if hash systemctl 2> /dev/null; then
|
||||
systemctl daemon-reload
|
||||
(systemctl --global enable darkman.service &)
|
||||
#(systemctl --global enable darkman.service &)
|
||||
(systemctl --global enable systemd-tmpfiles-setup.service &)
|
||||
# experiment
|
||||
(systemctl --global enable gamemoded.service &)
|
||||
# SECURITY WARNING! Practically a backdoor unless you are me and expect this!
|
||||
# WARNING! Likely breaks SSHd outside of port 22 unless override exists!
|
||||
(systemctl --global enable foot-server.socket &)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user