[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian packaging improvements #9

Merged
merged 3 commits into from
Dec 9, 2018
Merged

Debian packaging improvements #9

merged 3 commits into from
Dec 9, 2018

Conversation

joshuaboniface
Copy link
Member

Multiple improvements to the Debian packaging, including:

  1. Renaming everything to jellyfin.
  2. Fix up the initscript/unit file/upstart job to use proper dotnet startup.
  3. Replace hardcoded /var/lib/emby path in MediaBrowser.Server.Mono/app.config.

@joshuaboniface
Copy link
Member Author

This builds a Debian binary package with a working service for me.

$ systemctl status jellyfin
● jellyfin.service - Jellyfin Media Server
   Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor preset: enabled)
   Active: active (running) since Sun 2018-12-09 17:38:25 EST; 8min ago
 Main PID: 5588 (dotnet)
   CGroup: /system.slice/jellyfin.service
           └─5588 /usr/bin/dotnet /usr/lib/jellyfin/bin/EmbyServer.dll

@joshuaboniface joshuaboniface merged commit ed02c0b into master Dec 9, 2018
Copy link
Contributor
@JustAMan JustAMan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It also might make sense to include a migration script for moving from Emby to Jellyfin

fi
fi

# Data directory where Emby database, cache and logs are stored
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment needs fixing :-)

case "$1" in
start)
if [ "$pid" == "" ]; then
echo "Starting Emby..."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And those echo lines also need a naming fix

@joshuaboniface
Copy link
Member Author

Yea, there is a ton wrong with this branch, I was too hasty in self-merging - I've reverted it to do some more testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants