mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
bf890a9e27
better description remove ask for mandatory app install args needs_exposed_ports 547 67 for service add recommended User=root in service unit file
14 lines
262 B
Desktop File
14 lines
262 B
Desktop File
[Unit]
|
|
Description=YunoHost Wifi Hotspot
|
|
Requires=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
ExecStart=/usr/local/bin/ynh-hotspot start
|
|
ExecStop=/usr/local/bin/ynh-hotspot stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|