chronodiagram/app/svganim.service
Ruben van de Ven 8d8eedb940 Run in docker
2022-03-15 15:04:03 +01:00

12 lines
409 B
Desktop File

[Unit]
Description=SVG animation interfaces
[Service]
ExecStart=/home/svganim/.poetry/bin/poetry run python webserver.py
WorkingDirectory=/home/svganim/svganim
User=svganim
Restart=on-failure
Environment="PATH=/home/svganim/.pyenv/plugins/pyenv-virtualenv/shims:/home/svganim/.pyenv/shims:/home/svganim/.pyenv/bin:/home/svganim/.poetry/bin:/usr/local/bin:/usr/bin:/bin"
[Install]
WantedBy=multi-user.target