2013-11-29 23:21:10 +10:00
|
|
|
[Unit]
|
|
|
|
Description=Create AP Service
|
2014-08-16 18:31:29 +03:00
|
|
|
After=network.target
|
2013-11-29 23:21:10 +10:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2016-07-27 21:03:01 +02:00
|
|
|
ExecStart=/usr/bin/create_ap --config /etc/create_ap.conf
|
2013-11-29 23:21:10 +10:00
|
|
|
KillSignal=SIGINT
|
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=5
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|