]> git.pld-linux.org Git - packages/systemd.git/blob - rc-inetd.service
Merge branch 'master', commit 'refs/notes/commits' of git://git.pld-linux.org/package...
[packages/systemd.git] / rc-inetd.service
1 #
2 # rc-inetd services are started natively by systemd,
3 # use "systemctl --system daemon-reload" to regenerate rc-inetd services
4 #
5
6 [Unit]
7 Description=rc-inetd services are started natively by systemd, use "systemctl --system daemon-reload" to regenerate rc-inetd services
8
9 [Service]
10 Type=oneshot
11 StandardOutput=syslog+console
12 RemainAfterExit=true
13 ExecStart=-/bin/echo 'rc-inetd services are started natively by systemd, use "systemctl --system daemon-reload" to regenerate rc-inetd services.'
This page took 0.035814 seconds and 4 git commands to generate.