This repository has been archived on 2023-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
salt-states_old/wifi-voucher/files/wifi-voucher.service

14 lines
245 B
SYSTEMD
Raw Normal View History

2022-11-02 10:18:20 +00:00
[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