summarylogtreecommitdiffstats
path: root/swagger-editor.service
blob: 35c31d7d2b3f2e3dc3065aab0c6346c72aa3cc92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Swagger Editor

[Service]
User=swaggereditor
Group=swaggereditor
WorkingDirectory=/usr/share/swagger-editor
ExecStart=/usr/bin/darkhttpd /usr/share/swagger-editor --port 9898
StandardOutput=journal
StandardError=journal

[Install]
WantedBy=multi-user.target