Displaying 3 results from an estimated 3 matches for "killsign".
Did you mean:
killsigs
2015 Apr 03
2
systemctl (again)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Yet more information:
As a test I moved the link
/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service into
/etc/systemd/user and reran systemctl daemon-reload. I then rebooted.
# ls -l /etc/systemd/user
total 4
lrwxrwxrwx. 1 root root 41 Jul 27 2014
dbus-org.fedoraproject.FirewallD1.service ->
2015 Apr 04
0
systemctl (again)
...[Unit]
Description=The Apache HTTP Server
After=network.target remote-fs.target nss-lookup.target
[Service]
Type=notify
EnvironmentFile=/etc/sysconfig/httpd
ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND
ExecReload=/usr/sbin/httpd $OPTIONS -k graceful
ExecStop=/bin/kill -WINCH ${MAINPID}
KillSignal=SIGCONT
PrivateTmp=true
[Install]
WantedBy=multi-user.target
On 4 April 2015 at 00:07, J Martin Rushton <martinrushton56 at btinternet.com>
wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Yet more information:
>
> As a test I moved the link
> /etc/s...
2015 Apr 04
2
systemctl (again)
...target nss-lookup.target
>
>
> [Service]
>
> Type=notify
>
> EnvironmentFile=/etc/sysconfig/httpd
>
> ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND
>
> ExecReload=/usr/sbin/httpd $OPTIONS -k graceful
>
> ExecStop=/bin/kill -WINCH ${MAINPID}
>
> KillSignal=SIGCONT
>
> PrivateTmp=true
>
>
> [Install]
>
> WantedBy=multi-user.target
>
>
>
> On 4 April 2015 at 00:07, J Martin Rushton
> <martinrushton56 at btinternet.com> wrote:
>
> Yet more information:
>
> As a test I moved the link
>...