summarylogtreecommitdiffstats
path: root/rstudio-server.service
blob: 0e651c5e7af5e26c7415745417078670ef7cac9e (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=RStudio Server daemon
After=syslog.target network.target

[Service]
ExecStart=/usr/bin/rserver --server-daemonize=0
ExecStop=/bin/kill -HUP $MAINPID
KillMode=process

[Install]
WantedBy=multi-user.target