mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-23 05:33:25 +02:00
10 lines
233 B
Django/Jinja
10 lines
233 B
Django/Jinja
[Unit]
|
|
Description=Psono cleartoken
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
PrivateTmp=yes
|
|
User={{ psono_user }}
|
|
Group={{ psono_user }}
|
|
ExecStart={{ psono_root_dir }}/server/venv/bin/python3 {{ psono_root_dir }}server/app/psono/manage.py cleartoken
|