blob: 3ba1964f2614c838b3e2f6fc3651df7f28edcf1f (
plain) (
tree)
|
|
# Adjust as you see fit:
[Unit]
Description=linux-status
[Service]
Type=simple
WorkingDirectory=%h/workspace/personal/linux-status
ExecStart=/usr/bin/python3 -m http.server --cgi 18101
[Install]
WantedBy=default.target
|