Skip to content

Instantly share code, notes, and snippets.

@Kirill
Created June 11, 2020 14:33
Show Gist options
  • Save Kirill/aedc342cca286bf8d45f45d267f7678a to your computer and use it in GitHub Desktop.
Save Kirill/aedc342cca286bf8d45f45d267f7678a to your computer and use it in GitHub Desktop.
RAS Unit from 1C
[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