From 88d482d8b56f3253a8541bf0861264cd74e67fbe Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 14 Dec 2019 13:45:41 +0100 Subject: Update example systemd unit file --- examples/travelynx.service | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples') diff --git a/examples/travelynx.service b/examples/travelynx.service index 0a2b2d5..4dbedbb 100644 --- a/examples/travelynx.service +++ b/examples/travelynx.service @@ -1,5 +1,5 @@ [Unit] -Description=travelynx.finalrewind.org +Description=Travelynx Railway Checkin Service After=network.target [Service] @@ -7,15 +7,15 @@ Type=simple RemainAfterExit=yes PIDFile=/tmp/travelynx.pid -ExecStart=/usr/bin/hypnotoad -f index.pl -ExecStop=/usr/bin/hypnotoad -s index.pl -ExecReload=/usr/bin/hypnotoad index.pl +ExecStart=/srv/www/travelynx/local/bin/hypnotoad -f index.pl +ExecStop=/srv/www/travelynx/local/bin/hypnotoad -s index.pl +ExecReload=/srv/www/travelynx/local/bin/hypnotoad index.pl User=travelynx WorkingDirectory=/srv/www/travelynx Environment=LANG=en_US.UTF-8 - +Environment=PERL5LIB=/srv/www/travelynx/local/lib/perl5 [Install] WantedBy=multi-user.target -- cgit v1.2.3