2022-01-19 10:28:51 +01:00
|
|
|
[Unit]
|
|
|
|
Description=SVG animation interfaces
|
|
|
|
[Service]
|
2022-02-03 17:39:59 +01:00
|
|
|
ExecStart=/home/svganim/.poetry/bin/poetry run python webserver.py
|
2022-01-19 10:28:51 +01:00
|
|
|
WorkingDirectory=/home/svganim/svganim
|
|
|
|
User=svganim
|
|
|
|
Restart=on-failure
|
2022-02-03 17:39:59 +01:00
|
|
|
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"
|
2022-01-19 10:28:51 +01:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|
|
|
|
|