16 lines
320 B
Desktop File
16 lines
320 B
Desktop File
[Unit]
|
|
Description=CRS runner for ${script}
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=voc
|
|
Group=voc
|
|
EnvironmentFile=/etc/default/crs-worker
|
|
ExecStart=/opt/crs-scripts/bin/crs_run ${script}
|
|
WorkingDirectory=/opt/crs-scripts
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
SyslogIdentifier=crs-${worker}
|
|
|
|
[Install]
|
|
WantedBy=crs-worker.target
|