chronodiagram/svganim.service

12 lines
220 B
SYSTEMD
Raw Normal View History

2022-01-19 10:28:51 +01:00
[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