We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014457a commit 028a58eCopy full SHA for 028a58e
raspotify/lib/systemd/system/raspotify.service
@@ -37,6 +37,7 @@ DeviceAllow=/dev/random r
37
DeviceAllow=/dev/urandom r
38
39
UMask=077
40
+CacheDirectoryMode=0700
41
CacheDirectory=raspotify
42
43
PrivateTmp=true
@@ -66,6 +67,9 @@ Environment="DEVICE_TYPE=speaker"
66
67
ConfigurationDirectory=default
68
EnvironmentFile=-/etc/default/raspotify
69
70
+NoExecPaths=/
71
+ExecPaths=/usr/bin/librespot
72
+
73
ExecStart=/usr/bin/librespot --name ${DEVICE_NAME} --device-type ${DEVICE_TYPE} $BACKEND_ARGS --bitrate ${BITRATE} $CACHE_ARGS $VOLUME_ARGS $OPTIONS
74
75
[Install]
0 commit comments