18 lines
493 B
Django/Jinja
18 lines
493 B
Django/Jinja
[Unit]
|
|
Description=Shortened URLs service
|
|
Documentation=https://framagit.org/fiat-tux/hat-softwares/lstu
|
|
Requires=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
User={{ lstu_user }}
|
|
RemainAfterExit=yes
|
|
WorkingDirectory={{ lstu.path }}
|
|
PIDFile={{ lstu.path }}/script/hypnotoad.pid
|
|
ExecStart=/usr/bin/carton exec hypnotoad script/lstu
|
|
ExecStop=/usr/bin/carton exec hypnotoad -s script/lstu
|
|
ExecReload=/usr/bin/carton exec hypnotoad script/lstu
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|