Setting up an elixir app to run under systemd
Define a service file
Defining the following ensures that even after system restart your service is restarted
# /lib/systemd/system/torrent_top_10.service
[Unit]
Description=Run top 10 torren…
Defining the following ensures that even after system restart your service is restarted
# /lib/systemd/system/torrent_top_10.service
[Unit]
Description=Run top 10 torren…