bundlewrap/bundles/travelynx/files/travelynx.service

23 lines
477 B
SYSTEMD
Raw Normal View History

2020-08-19 16:43:32 +00:00
[Unit]
Description=Travelynx Railway Checkin Service
After=network.target
Requires=postgresql.service
2020-08-19 16:43:32 +00:00
[Service]
Type=simple
RemainAfterExit=yes
PIDFile=/var/cache/travelynx/travelynx.pid
ExecStart=/usr/bin/hypnotoad -f index.pl
ExecStop=/usr/bin/hypnotoad -s index.pl
ExecReload=/usr/bin/hypnotoad index.pl
2020-08-19 16:43:32 +00:00
User=travelynx
WorkingDirectory=/opt/travelynx
Environment=LANG=en_US.UTF-8
Environment=PERL5LIB=/opt/travelynx/local/lib/perl5
[Install]
WantedBy=multi-user.target