mirror of
https://github.com/cs3org/wopiserver.git
synced 2025-04-18 13:04:00 +03:00
16 lines
257 B
Desktop File
16 lines
257 B
Desktop File
[Unit]
|
|
Description=WOPI Server for Reva IOP
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=cboxwopi
|
|
Group=def-cg
|
|
WorkingDirectory=/var/log/wopi
|
|
ExecStart=/usr/bin/wopiserver.py
|
|
StandardOutput=null
|
|
StandardError=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|