You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
320 B
9 lines
320 B
6 years ago
|
# Jellyfin systemd configuration options
|
||
|
|
||
|
# Use this file to override the user, environment file, or exec command.
|
||
|
|
||
|
[Service]
|
||
|
#User = jellyfin
|
||
|
#EnvironmentFile = /etc/default/jellyfin
|
||
|
#ExecStart = /usr/bin/dotnet ${JELLYFIN_EXE} -programdata ${JELLYFIN_DATA} -restartpath ${JELLYFIN_RESTART_SCRIPT} ${JELLYFIN_ADD_OPTS}
|