12 lines
220 B
SYSTEMD
12 lines
220 B
SYSTEMD
|
[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
|
||
|
|
||
|
|