Re: [systemd-devel] type=notify not working as intended

2017-08-31 Thread Lennart Poettering
On Di, 15.08.17 09:29, Kalpa Gunarathna (ka...@sigscale.com) wrote: > Hello all, > > I have scripted a service unit as follow. > > [Unit] > Description="A test service" > After=epmd.service epmd.socket > > [Service] > ExecStart=/home/otpuser/bin/start > Type=notify > NotifyAccess=all >

Re: [systemd-devel] type=notify not working as intended

2017-08-17 Thread Jouke Witteveen
On Tue, Aug 15, 2017 at 5:59 AM, Kalpa Gunarathna wrote: > Hello all, > > I have scripted a service unit as follow. > > [Unit] > Description="A test service" > After=epmd.service epmd.socket > > [Service] > ExecStart=/home/otpuser/bin/start > Type=notify > NotifyAccess=all >

Re: [systemd-devel] type=notify not working as intended

2017-08-15 Thread Reindl Harald
Am 15.08.2017 um 05:59 schrieb Kalpa Gunarathna: Hello all, I have scripted a service unit as follow. [Unit] Description="A test service" After=epmd.service epmd.socket [Service] ExecStart=/home/otpuser/bin/start Type=notify NotifyAccess=all WorkingDirectory=~ User=otpuser Group=otp

[systemd-devel] type=notify not working as intended

2017-08-14 Thread Kalpa Gunarathna
Hello all, I have scripted a service unit as follow. [Unit] Description="A test service" After=epmd.service epmd.socket [Service] ExecStart=/home/otpuser/bin/start Type=notify NotifyAccess=all WorkingDirectory=~ User=otpuser Group=otp Restart=always RestartSec=3 [Install]