1
0
mirror of https://github.com/cs3org/wopiserver.git synced 2025-04-18 13:04:00 +03:00
wopiserver/wopiserver.service
Giuseppe Lo Presti 25788c0fe6 Updated the whole repo to remove all vendor/storage-specific references.
This is in preparation to join the CS3 Organisation
2020-04-23 15:37:25 +02:00

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