Created
October 5, 2020 19:23
-
-
Save Kirill/7c0f0d4c74f94f32d5d22ed1ac4ee974 to your computer and use it in GitHub Desktop.
1C repository service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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