11 lines
220 B
Desktop File
11 lines
220 B
Desktop File
[Unit]
|
|
Description=SVG animation interfaces
|
|
[Service]
|
|
ExecStart=/home/svganim/.poetry/bin/poetry webserver.py
|
|
WorkingDirectory=/home/svganim/svganim
|
|
User=svganim
|
|
Restart=on-failure
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|