Update src/killsw

This commit is contained in:
2026-03-24 20:09:44 +01:00
parent 7ef72cd7f1
commit f56f144f1e

View File

@@ -12,8 +12,11 @@ add_service_to_group() {
if [[ ! -f "/etc/systemd/system/${group}.target" ]]; then
sudo tee "/etc/systemd/system/${group}.target" > /dev/null <<EOF
[Unit]
Description=Group target $group
Description=Group 1 Target
PartOf=killswitch.target
[Install]
WantedBy=multi-user.target
EOF
fi