[Unit]
Description=Manual service for Shinyproxy.
After=docker.service nginx.service
BindsTo=docker.service nginx.service
ReloadPropagatedFrom=docker.service nginx.service

[Service]
Type=simple
TimeoutStartSec=15s
ExecStart=/eci-users/proxer/run_shinyproxy.sh
RestartSec=5s
Restart=on-failure
User=proxer

[Install]
WantedBy=multi-user.target