systemd unit
[ddos.git] / ddos.service
blob739b002fed3fcccfe5f55737d6b0f693304c1042
1 [Unit]
2 Description=ddos
4 [Service]
5 ExecStart=/home/debian/ddos.exe
6 StandardOutput=append:/home/debian/ddos.log
7 WorkingDirectory=/home/debian/
8 User=debian
9 LimitNOFILE=100000
10 Restart=on-failure
12 [Install]
13 WantedBy=multi-user.target