summarylogtreecommitdiffstats
path: root/swagger-editor.service
blob: 7dc390f060854de657cd13d30802db4f7fc4c3c0 (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/dist --port 9898
StandardOutput=journal
StandardError=journal

[Install]
WantedBy=multi-user.target