We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57829c commit 2ad8d65Copy full SHA for 2ad8d65
1 file changed
myapps/install/Madsonic/madsonic.service
@@ -4,9 +4,10 @@ Description=Madsonic Media Server
4
[Service]
5
User=Madsonic
6
Group=Madsonic
7
-Type=simple
+Type=forking
8
ExecStart=/usr/bin/madsonic --host=0.0.0.0 --port=4040
9
-PIDFile=/run/madsonic/madsonic.pid
+Restart=on-failure
10
+GuessMainPID=no
11
12
[Install]
13
WantedBy=multi-user.target
0 commit comments