Procházet zdrojové kódy

Fixed systemd init for Debian 10 - Guess it was wrong the whole time

own3mall před 7 roky
rodič
revize
a019df29a3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      systemd/ogp_agent.service

+ 1 - 1
systemd/ogp_agent.service

@@ -6,7 +6,7 @@ Description=Open Game Panel (OGP) Daemon www.opengamepanel.org
 After=network.target
 
 [Service]
-Type=forking
+Type=oneshot
 ExecStart=/bin/sh -c "{OGP_AGENT_PATH}/ogp_agent_init start"
 ExecStop=/bin/sh -c "{OGP_AGENT_PATH}/ogp_agent_init stop"
 RemainAfterExit=yes