]> sourceware.org Git - systemtap.git/blob - stap-server.service
Fixed PR18577 by making 'stap -l **' faster.
[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
11 ExecStop=/usr/bin/stap-server stop
12 RemainAfterExit=yes
13
14 [Install]
15 WantedBy=multi-user.target
This page took 0.035923 seconds and 5 git commands to generate.