From dd6f0ae487a1dd7bfb0923b06dc29a7d846f2294 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Thu, 30 Dec 2021 16:41:31 +0000 Subject: [PATCH] rm etc/hosts etc/systemd --- etc/hosts.allow | 1 - etc/hosts.deny | 1 - etc/systemd/system/service.service | 18 ------------------ 3 files changed, 20 deletions(-) delete mode 100644 etc/hosts.allow delete mode 100644 etc/hosts.deny delete mode 100644 etc/systemd/system/service.service diff --git a/etc/hosts.allow b/etc/hosts.allow deleted file mode 100644 index 0f4a731..0000000 --- a/etc/hosts.allow +++ /dev/null @@ -1 +0,0 @@ -sshd: 10.83.33.77/32, 10.63.152.9/32, 10.12.100.11/28, 10.82.192.0/28 \ No newline at end of file diff --git a/etc/hosts.deny b/etc/hosts.deny deleted file mode 100644 index 73528af..0000000 --- a/etc/hosts.deny +++ /dev/null @@ -1 +0,0 @@ -sshd: ALL \ No newline at end of file diff --git a/etc/systemd/system/service.service b/etc/systemd/system/service.service deleted file mode 100644 index 68a5c10..0000000 --- a/etc/systemd/system/service.service +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description= -After=network.target - -[Service] -Type=simple -User= -Group= - -ExecStart= -ExecReload= -WorkingDirectory= -KillMode=process -Restart=always -RestartSec=5 - -[Install] -WantedBy=multi-user.target