Browse Source

the file is ynh-hotspot not hotspot

Kayou 6 years ago
parent
commit
3b9b327f6a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      conf/systemd.service

+ 2 - 2
conf/systemd.service

@@ -5,8 +5,8 @@ After=network.target
 
 [Service]
 Type=oneshot
-ExecStart=/usr/local/bin/__APP__ start
-ExecStop=/usr/local/bin/__APP__ stop
+ExecStart=/usr/local/bin/ynh-hotspot start
+ExecStop=/usr/local/bin/ynh-hotspot stop
 RemainAfterExit=yes
 
 [Install]