Is it possible to use a systemd timer unit to start and stop a service unit
according to set times of the day? In my case, openvpn.service is a forking
type if that matters. I can do this using cron, but am wondering if/how to do
it with systemd natively.
In cron terms, one could do this like
Am Mon, 1 Aug 2016 16:09:36 +0300
schrieb Svetoslav Iliev :
> Hi guys,
>
> Thank you for the prompt reply and your valuable input. Just to let
> you know - I was able to do exactly what I intended. As it turns out
> my mistake was indeed creating contradiction between the WantedBy and
> After sec
On Sun, Jul 31, 2016 at 06:08:32AM +0300, Jukka Aho wrote:
> If there is a supported way of switching the "NOARP" mode on for a
> given interface, or a workaround, I'd be interested in hearing about
> it. If there is no support for this at all, I would suggest adding
> it.
There's no support curren
Hi guys,
Thank you for the prompt reply and your valuable input. Just to let you
know - I was able to do exactly what I intended. As it turns out my
mistake was indeed creating contradiction between the WantedBy and After
sections. Once I introduced a new "change.target" and adjusted my
servi
On Mon, Aug 1, 2016 at 2:43 PM, Michael Chapman wrote:
> On Mon, 1 Aug 2016, Andrei Borzenkov wrote:
>>
>> On Mon, Aug 1, 2016 at 2:23 PM, Michael Chapman
>> wrote:
>>>
>>> On Mon, 1 Aug 2016, Andrei Borzenkov wrote:
>>> [...]
>
>
> So here goes what I've done:
>
> 1. Create a
On Mon, 1 Aug 2016, Andrei Borzenkov wrote:
On Mon, Aug 1, 2016 at 2:23 PM, Michael Chapman wrote:
On Mon, 1 Aug 2016, Andrei Borzenkov wrote:
[...]
So here goes what I've done:
1. Create a service and put it in the network-online.target:
/etc/systemd/system/change-target.service:
[Unit]
De
On Mon, 1 Aug 2016, Andrei Borzenkov wrote:
[...]
So here goes what I've done:
1. Create a service and put it in the network-online.target:
/etc/systemd/system/change-target.service:
[Unit]
Description=Change Target
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
On Mon, Aug 1, 2016 at 2:23 PM, Michael Chapman wrote:
> On Mon, 1 Aug 2016, Andrei Borzenkov wrote:
> [...]
>>>
>>> So here goes what I've done:
>>>
>>> 1. Create a service and put it in the network-online.target:
>>>
>>> /etc/systemd/system/change-target.service:
>>> [Unit]
>>> Description=Chang
On Mon, Aug 1, 2016 at 12:27 PM, Svetoslav Iliev wrote:
> Hi all,
>
> I've been recently searching through internet for a possible solution for
> this but so far without success and I'm still not sure if it is even
> possible. Basically what I'm trying to do:
>
> During system boot, after the netw
Hey!
This is the last reminder that the sytemd.conf 2016 CfP ends today,
Aug. 1st. Please submit your proposals by the end of the Day, Central
European Time! Thank you!
https://cfp.systemd.io/en/systemdconf_2016/cfp/session/new
Lennart
--
Lennart Poettering, Red Hat
___
Hi all,
I've been recently searching through internet for a possible solution
for this but so far without success and I'm still not sure if it is even
possible. Basically what I'm trying to do:
During system boot, after the network-online target I want to execute a
script which changes the c
11 matches
Mail list logo