Skip to content

Instantly share code, notes, and snippets.

@dz0ny
Created July 7, 2013 21:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dz0ny/5944987 to your computer and use it in GitHub Desktop.
Save dz0ny/5944987 to your computer and use it in GitHub Desktop.
[root@arkos ~]# cat /etc/systemd/system/mopidy.service
[Unit]
Description=Mopidy
After=network.target
[Service]
ExecStart=/usr/bin/mopidy --config=/etc/mopidy.conf
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment