aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/systemd/linux-status.service
blob: 3ba1964f2614c838b3e2f6fc3651df7f28edcf1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# 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