Skip to content

Commit 2ad8d65

Browse files
authored
Update madsonic.service
1 parent b57829c commit 2ad8d65

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

myapps/install/Madsonic/madsonic.service

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Description=Madsonic Media Server
44
[Service]
55
User=Madsonic
66
Group=Madsonic
7-
Type=simple
7+
Type=forking
88
ExecStart=/usr/bin/madsonic --host=0.0.0.0 --port=4040
9-
PIDFile=/run/madsonic/madsonic.pid
9+
Restart=on-failure
10+
GuessMainPID=no
1011

1112
[Install]
1213
WantedBy=multi-user.target

0 commit comments

Comments
 (0)