blob: 11c53f4b233f205e5ab076b6c9fa6341156ef20c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=linux-status
[Service]
Type=simple
WorkingDirectory=/srv/linux-status
ExecStart=/usr/bin/python3 -m http.server --cgi 8200
[Install]
WantedBy=default.target
|