mirror of
https://github.com/nettitude/PoshC2
synced 2026-06-08 16:22:47 +00:00
10 lines
145 B
Desktop File
Executable File
10 lines
145 B
Desktop File
Executable File
[Unit]
|
|
Description=PoshC2 API Server
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/usr/local/bin/posh-api-server
|
|
|
|
[Install]
|
|
WantedBy=default.target |