Fix
authorAndrew <andrew@liquid.me.uk>
Thu, 17 Jun 2021 14:57:50 +0000 (15:57 +0100)
committerAndrew <andrew@liquid.me.uk>
Thu, 17 Jun 2021 14:57:50 +0000 (15:57 +0100)
generic_python_daemon/generic_python_daemon.service

index 2072f9e88b04e92ab48c5067c5df8e33380e95ad..df4b8969479ff0f4c72c6ce4c4e16ab4a697514e 100644 (file)
@@ -3,7 +3,7 @@ Description=Generic Python Daemon
 
 [Service]
 Type=simple
-ExecStart=/usr/bin/generic_python.daemon.py start
+ExecStart=/usr/bin/generic_python_daemon.py start
 ExecStop=/usr/bin/generic_python_daemon.py stop
 
 [Install]