@@ -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