rm etc/hosts etc/systemd

This commit is contained in:
TheK4n 2021-12-30 16:41:31 +00:00
parent ef4ddb1c3a
commit dd6f0ae487
3 changed files with 0 additions and 20 deletions

View File

@ -1 +0,0 @@
sshd: 10.83.33.77/32, 10.63.152.9/32, 10.12.100.11/28, 10.82.192.0/28

View File

@ -1 +0,0 @@
sshd: ALL

View File

@ -1,18 +0,0 @@
[Unit]
Description=<DESCRIPTION>
After=network.target
[Service]
Type=simple
User=<username>
Group=<user_group>
ExecStart=<full_path_to_executor> <full_path_to_script>
ExecReload=<full_path_to_executor> <full_path_to_script>
WorkingDirectory=<full_path_to_executor_dir>
KillMode=process
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target