]>
Commit | Line | Data |
---|---|---|
9a06b15f JG |
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 | |
e093aff1 | 10 | ExecStart=/usr/bin/stap-server start -i |
9a06b15f JG |
11 | ExecStop=/usr/bin/stap-server stop |
12 | RemainAfterExit=yes | |
13 | ||
14 | [Install] | |
15 | WantedBy=multi-user.target |