mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-22 10:57:53 +01:00
install: the tmpfile enabling could be here
This commit is contained in:
parent
5276b39910
commit
57cad92cc5
1
install
1
install
@ -279,6 +279,7 @@ if [ "$(id -u)" == "0" ]; then
|
|||||||
if hash systemctl 2> /dev/null; then
|
if hash systemctl 2> /dev/null; then
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
(systemctl --global enable darkman.service &)
|
(systemctl --global enable darkman.service &)
|
||||||
|
(systemctl --global enable systemd-tmpfiles-setup.service &)
|
||||||
# SECURITY WARNING! Practically a backdoor unless you are me and expect this!
|
# SECURITY WARNING! Practically a backdoor unless you are me and expect this!
|
||||||
# WARNING! Likely breaks SSHd outside of port 22 unless override exists!
|
# WARNING! Likely breaks SSHd outside of port 22 unless override exists!
|
||||||
(systemctl --global enable foot-server.socket &)
|
(systemctl --global enable foot-server.socket &)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user