PoshC2_Python/poshc2.service

7 lines
176 B
INI
Raw Normal View History

2018-07-23 08:55:15 +00:00
[Unit]
Description=PoshC2 Server
[Service]
Type=simple
User=root
ExecStart=/bin/bash -c '/usr/bin/python -u /opt/PoshC2_Python/C2Server.py | tee -a /var/log/poshc2_server.log'