Skip to content

Instantly share code, notes, and snippets.

@tim-tx
Created July 10, 2021 16:46
Show Gist options
  • Save tim-tx/506e18ff80558596bdb54b55dbe7ef1d to your computer and use it in GitHub Desktop.
Save tim-tx/506e18ff80558596bdb54b55dbe7ef1d to your computer and use it in GitHub Desktop.
Maloja systemd.service file
[Unit]
Description=Maloja self-hosted music scrobble database
Documentation=https://github.com/krateng/maloja
After=network.target
[Service]
Type=forking
Environment=HOME=/dev/null
SuccessExitStatus=1
ExecStart=/usr/local/bin/maloja start
ExecStop=/usr/local/bin/maloja stop
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment