summarylogtreecommitdiffstats
path: root/shiny-server.service
blob: 5bedfdff7f21ade03cf0bb96d10c3e1fbca71788 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Shiny Server
After=network.target

[Service]
Type=simple
User=shiny
ExecStart=/usr/bin/shiny-server

[Install]
WantedBy=multi-user.target