A last.fm clone written in Elixir
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[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
|