Skip to content

Commit 15071e6

Browse files
committed
fix typo in service config
1 parent f0ee5b1 commit 15071e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpd2cdspvolume.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ After=network-online.target
44

55
[Service]
66
Type=simple
7-
ExecStart=/usr/bin/python /usr/local/bin/mp2cdspvolume --pid_file /var/run/mpd2cdspvol.pid --volume_state_file /var/lib/cdsp/camilladsp_volume_state
7+
ExecStart=/usr/bin/python /usr/local/bin/mpd2cdspvolume --pid_file /var/run/mpd2cdspvol.pid --volume_state_file /var/lib/cdsp/camilladsp_volume_state
88

99
[Install]
1010
WantedBy=multi-user.target

0 commit comments

Comments
 (0)