Skip to content

Instantly share code, notes, and snippets.

@Kirill
Created October 5, 2020 19:23
Show Gist options
  • Save Kirill/7c0f0d4c74f94f32d5d22ed1ac4ee974 to your computer and use it in GitHub Desktop.
Save Kirill/7c0f0d4c74f94f32d5d22ed1ac4ee974 to your computer and use it in GitHub Desktop.
1C repository service
[Unit]
Description=1C 8.3 Confiration Storage Server
After=network.target
[Service]
Type=simple
ExecStart=/bin/bash -c "ulimit -n 500000 && /opt/1C/v8.3/i386/crserver -port 1542 -d /path/to/storage"
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment