diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 7a3094a..0000000 --- a/LICENSE +++ /dev/null @@ -1,11 +0,0 @@ -DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE -Version 2, December 2004 - -Copyright (C) 2004 Sam Hocevar - -Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. - -DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE -TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/README.md b/README.md deleted file mode 100644 index 55a39da..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -`MISAKA 5882F7` - -Just another random telegram bot. diff --git a/systemd/tgbot-misaka-5882f7.service b/systemd/tgbot-misaka-5882f7.service deleted file mode 100644 index 51812d3..0000000 --- a/systemd/tgbot-misaka-5882f7.service +++ /dev/null @@ -1,26 +0,0 @@ -[Unit] -Description=Telegram Bot Misaka 5882f7 -After=network.target - -[Service] -Type=simple -ExecStart=/usr/local/tgbot_misaka_5882f7/bin/tgbot_misaka_5882f7 -EnvironmentFile=/usr/local/tgbot_misaka_5882f7/cfg/env - -Restart=on-failure -RestartSec=5 - -DynamicUser=yes -ProtectSystem=strict -ProtectHome=yes -PrivateDevices=yes -SystemCallFilter=@system-service -SystemCallErrorNumber=EPERM -NoNewPrivileges=yes -PrivateTmp=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK -MemoryDenyWriteExecute=yes -CapabilityBoundingSet= - -[Install] -WantedBy=multi-user.target