repo.or.cz
/
ddos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
systemd unit
[ddos.git]
/
ddos.service
blob
739b002fed3fcccfe5f55737d6b0f693304c1042
1
[Unit]
2
Description=ddos
3
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
11
12
[Install]
13
WantedBy=multi-user.target
14