Compare commits

..

2 Commits

Author SHA1 Message Date
Yiyang Kang 09f9b1ab68
docs: add readme and license 2022-11-21 04:15:44 +08:00
Yiyang Kang 2a8c4d881d feat: add systemd service file 2022-11-21 04:11:08 +08:00
3 changed files with 40 additions and 0 deletions

11
LICENSE Normal file
View File

@ -0,0 +1,11 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
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.

3
README.md Normal file
View File

@ -0,0 +1,3 @@
`MISAKA 5882F7`
Just another random telegram bot.

View File

@ -0,0 +1,26 @@
[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