Re: [systemd-devel] Multiple starts of a service, what am I doing wrong?

2015-09-30 Thread Daniel Mack
On 09/24/2015 03:27 PM, D.S. Ljungmark wrote: > (re-send due to wrong email address) > > On 24/09/15 14:38, Daniel Mack wrote: >> On 09/24/2015 01:17 PM, D.S. Ljungmark wrote: >>> I've got the following unit: >>> >>> [Unit] >>> Description=Random Submitter >>> Wants=network-online.target >>>

[systemd-devel] Multiple starts of a service, what am I doing wrong?

2015-09-24 Thread D.S. Ljungmark
I've got the following unit: [Unit] Description=Random Submitter Wants=network-online.target After=network-online.target other.service RequiresMountsFor=/data [Service] Type=simple Environment=PYTHONPATH=/data PrivateTmp=false # Launches client config and others if needed

Re: [systemd-devel] Multiple starts of a service, what am I doing wrong?

2015-09-24 Thread Daniel Mack
On 09/24/2015 01:17 PM, D.S. Ljungmark wrote: > I've got the following unit: > > [Unit] > Description=Random Submitter > Wants=network-online.target > After=network-online.target other.service > RequiresMountsFor=/data > > [Service] > Type=simple Type=simple implies that the executable

Re: [systemd-devel] Multiple starts of a service, what am I doing wrong?

2015-09-24 Thread D.S. Ljungmark
(re-send due to wrong email address) On 24/09/15 14:38, Daniel Mack wrote: > On 09/24/2015 01:17 PM, D.S. Ljungmark wrote: >> I've got the following unit: >> >> [Unit] >> Description=Random Submitter >> Wants=network-online.target >> After=network-online.target other.service >>