A last.fm clone written in Elixir
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
[Unit]
|
|
Description=DAGON.fm
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=dagon
|
|
Group=dagon
|
|
Restart=on-failure
|
|
|
|
EnvironmentFile=/home/dagon/.env
|
|
WorkingDirectory=/home/dagon/dagon/_build/prod/rel/dagon/bin
|
|
ExecStart=/home/dagon/dagon/_build/prod/rel/dagon/bin/dagon start
|
|
ExecStop=/home/dagon/dagon/_build/prod/rel/dagon/bin/dagon stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|