14 lines
280 B
Django/Jinja
14 lines
280 B
Django/Jinja
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
|
#
|
|
|
|
[Unit]
|
|
Description=Transip-client service
|
|
|
|
[Service]
|
|
EnvironmentFile={{ app_dir }}/.env
|
|
WorkingDirectory={{ app_dir }}
|
|
ExecStart=poetry run listen
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=default.target
|