first commit

This commit is contained in:
Raven Scott
2022-05-31 18:28:17 -05:00
commit 754955ce15
119 changed files with 5925 additions and 0 deletions

View File

@ -0,0 +1,13 @@
[Unit]
Description=Screen2Log Backend for CMDBOT.Service
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=root
ExecStart=/bin/bash -c 'screen -mdS s2l -s bash'
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target