bundlewrap/bundles/travelynx/files/travelynx-worker.service
Franzi 638e37c05f
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles: add Requires=postgresql.service to some services which require postgresql
2021-02-12 13:28:52 +01:00

17 lines
330 B
Desktop File

[Unit]
Description=Travelynx Railway Checkin Service - Worker
After=network.target
Requires=postgresql.service
[Service]
ExecStart=/usr/bin/perl index.pl worker
User=travelynx
WorkingDirectory=/opt/travelynx
Environment=LANG=en_US.UTF-8
Environment=PERL5LIB=/opt/travelynx/local/lib/perl5
[Install]
WantedBy=multi-user.target