13 lines
205 B
Desktop File
13 lines
205 B
Desktop File
[Unit]
|
|
Description=dd-re
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
User=dd
|
|
Group=dd
|
|
WorkingDirectory=/srv/dd/re
|
|
ExecStart=/srv/dd/re/venv/bin/python3 /srv/dd/re/server.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|