chronodiagram/svganim.service
2022-01-19 10:28:51 +01:00

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