diff options
| author | Joshua Boniface <joshua@boniface.me> | 2018-12-12 19:33:12 -0500 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2018-12-12 19:33:12 -0500 |
| commit | 90a65c009f312c6726dce6abc41f8a178d6fce23 (patch) | |
| tree | b87ad88e31fac96c6729aad77b2e70990e622f44 | |
| parent | 401c08ebae62bba53fb633059078b2f1864d755f (diff) | |
Can't override ExecStart
| -rw-r--r-- | debian/conf/jellyfin.service.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/conf/jellyfin.service.conf b/debian/conf/jellyfin.service.conf index fdc0aba81..1b69dd74e 100644 --- a/debian/conf/jellyfin.service.conf +++ b/debian/conf/jellyfin.service.conf @@ -1,8 +1,7 @@ # Jellyfin systemd configuration options -# Use this file to override the user, environment file, or exec command. +# Use this file to override the user or environment file location. [Service] #User = jellyfin #EnvironmentFile = /etc/default/jellyfin -#ExecStart = /usr/bin/dotnet ${JELLYFIN_EXE} -programdata ${JELLYFIN_DATA} -restartpath ${JELLYFIN_RESTART_SCRIPT} ${JELLYFIN_ADD_OPTS} |
