first commit
This commit is contained in:
13
wifi-voucher/files/wifi-voucher.service
Normal file
13
wifi-voucher/files/wifi-voucher.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=WIFI-Voucher system for my guest network
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
User=voucher
|
||||
ExecStart=/usr/local/bin/voucher
|
||||
EnvironmentFile=/etc/default/wifi-voucher
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user