forked from IDeletedSystem64/iptables-deploy
13 lines
220 B
Desktop File
13 lines
220 B
Desktop File
[Unit]
|
|
Description=ONT Deploy Script
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=idle
|
|
Restart=on-failure
|
|
User=root
|
|
WorkingDirectory=/opt/iptables-deploy
|
|
ExecStart=/usr/bin/python3 deploy.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |