靶机服务端(适用于Linux系统控制靶机的情况)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
274 B

[Unit]
Description=TrackTargetService
After=network.target
[Service]
ExecStart=/home/u/TrackTargetService/bin/Release/net8.0/TrackTargetService
WorkingDirectory=/home/u/TrackTargetService
User=u
Group=dialout
Restart=always
Type=simple
[Install]
WantedBy=multi-user.target