Created
June 11, 2020 14:33
-
-
Save Kirill/aedc342cca286bf8d45f45d267f7678a to your computer and use it in GitHub Desktop.
RAS Unit from 1C
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:Enterprise Remote Administration Service | |
After=network.target remote-fs.target nss-lookup.target | |
Requires=srv1cv83.service | |
[Service] | |
Type=simple | |
ExecStart=/opt/1C/v8.3/x86_64/ras cluster --port=1545 | |
KillSignal=SIGINT | |
PrivateTmp=true | |
Restart=on-failure | |
RestartSec=5 | |
User=usr1cv8 | |
Group=grp1cv8 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment