From 35313a1242ed7181989b576f4fd8442639691b3d Mon Sep 17 00:00:00 2001 From: Kayou Date: Sat, 23 Feb 2019 01:01:32 +0100 Subject: [PATCH] changing file name --- conf/{ynh-hotspot.service => systemd.service} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename conf/{ynh-hotspot.service => systemd.service} (66%) diff --git a/conf/ynh-hotspot.service b/conf/systemd.service similarity index 66% rename from conf/ynh-hotspot.service rename to conf/systemd.service index 367601f..eb3107a 100644 --- a/conf/ynh-hotspot.service +++ b/conf/systemd.service @@ -5,8 +5,8 @@ After=network.target [Service] Type=oneshot -ExecStart=/usr/local/bin/ynh-hotspot start -ExecStop=/usr/local/bin/ynh-hotspot stop +ExecStart=/usr/local/bin/__APP__ start +ExecStop=/usr/local/bin/__APP__ stop RemainAfterExit=yes [Install]