12 lines
409 B
Desktop File
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
|
|
|
|
|