Files
CoM-c2itall/FLOKINET/templates/sliver-server.service.j2
T
n0mad1k 6d307f82d8 Sadge
2025-04-10 13:03:32 -04:00

24 lines
387 B
Django/Jinja

[Unit]
Description=Sliver C2 Server
After=network.target
[Service]
Type=simple
User=root
Group=root
WorkingDirectory=/root/.sliver
ExecStart=/usr/local/bin/sliver-server daemon
Restart=always
RestartSec=10
# Security measures
PrivateTmp=true
ProtectHome=false
NoNewPrivileges=true
# Hide process information
StandardOutput=null
StandardError=null
[Install]
WantedBy=multi-user.target