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