Skip to content

Commit 1a6328a

Browse files
authored
Create notify.service
1 parent d9e807d commit 1a6328a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

notify.service

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[Unit]
2+
Description=Discord DDoS Alert System
3+
After=network.target
4+
Wants=network-online.target
5+
6+
[Service]
7+
Type=simple
8+
User=root
9+
WorkingDirectory=/root
10+
ExecStart=/bin/bash AttackNotify.py
11+
Restart=always
12+
RestartSec=10
13+
14+
[Install]
15+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)