]> sourceware.org Git - systemtap.git/blob - stap-server.service
step-prep: on debian/ubuntu machines, attempt "apt-get -y install"
[systemtap.git] / stap-server.service
1 [Unit]
2 Description=Systemtap Compile Server
3 Documentation=man:stap-server(8)
4 Wants=avahi-daemon.service
5 After=network.target avahi-daemon.service
6
7 [Service]
8 Type=oneshot
9 User=stap-server
10 ExecStart=/usr/bin/stap-server start -i
11 ExecStop=/usr/bin/stap-server stop
12 RemainAfterExit=yes
13
14 [Install]
15 WantedBy=multi-user.target
This page took 0.035859 seconds and 5 git commands to generate.