Skip to content

Commit f6e3bf6

Browse files
authored
Remove unneeded shell for jamulus-headless service file (#3187)
1 parent 5fdd707 commit f6e3bf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

linux/debian/jamulus-headless.service

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ IOSchedulingPriority=0
1616

1717
#### Change this to publish this server, set genre, location and other parameters.
1818
#### See https://jamulus.io/wiki/Command-Line-Options ####
19-
ExecStart=/bin/sh -c 'exec /usr/bin/jamulus-headless -s -n'
20-
19+
ExecStart=/usr/bin/jamulus-headless -s -n
2120

2221
Restart=on-failure
2322
RestartSec=30

0 commit comments

Comments
 (0)