fix bug
[networtool-web.git] / networktool-web.service
1 [Unit]
2 Description=Network tool for raspberry pi
3 After=network.target
4
5 [Service]
6 Type=simple
7 ExecStart=/usr/bin/python /usr/local/networktool-web/web.py
8 Restart=always
9 RestartSec=60
10 KillMode=process
11
12 [Install]
13 WantedBy=multi-user.target