Lennart Poettering wrote:
> On Wed, 20.08.14 10:25, Florian Lindner ([email protected]) wrote:
>
>> The timer I try to enable contains a Install section.
>>
>> florian@asaru ~/.config/systemd/user % cat [email protected]
>> [Unit]
>> Description=Timer to commit all changes in instance.
>>
>>
On Wed, 20.08.14 10:25, Florian Lindner ([email protected]) wrote:
> The timer I try to enable contains a Install section.
>
> florian@asaru ~/.config/systemd/user % cat [email protected]
> [Unit]
> Description=Timer to commit all changes in instance.
>
> [Timer]
> OnUnitActiveSec=5min
> OnAct
On Wed, 20.08.14 06:21, Andrei Borzenkov ([email protected]) wrote:
>
> В Tue, 19 Aug 2014 22:54:04 +0200
> Lennart Poettering пишет:
>
> > On Tue, 19.08.14 19:34, Florian Lindner ([email protected]) wrote:
> >
> > > Hello,
> > > I have a systemd unit that should do a commit on a specific
Anthony Messina wrote:
> On Wednesday, August 20, 2014 10:25:35 AM Florian Lindner wrote:
>> [Timer]
>> OnUnitActiveSec=5min
>> OnActiveSec=5min
>> AccuracySec = 5min
>
> I'm not sure it matters, but you have some extra spaces around "=" after
> AccuracySec.
No, that shouldn't be the problem, I
On Wednesday, August 20, 2014 10:25:35 AM Florian Lindner wrote:
> [Timer]
> OnUnitActiveSec=5min
> OnActiveSec=5min
> AccuracySec = 5min
I'm not sure it matters, but you have some extra spaces around "=" after
AccuracySec.
--
Anthony - https://messinet.com/ - https://messinet.com/~amessina/gal
Florian Lindner wrote:
> Andrei Borzenkov wrote:
>
>> В Tue, 19 Aug 2014 22:08:26 +0200
>> Florian Lindner пишет:
>>
>>> Andrei Borzenkov wrote:
>>>
>>> > В Tue, 19 Aug 2014 20:59:55 +0200
>>> > Florian Lindner пишет:
>>> >
>>> >>
>>> >> I also try to set up a matching timer:
>>> >>
>>> >>
Andrei Borzenkov wrote:
> В Tue, 19 Aug 2014 22:08:26 +0200
> Florian Lindner пишет:
>
>> Andrei Borzenkov wrote:
>>
>> > В Tue, 19 Aug 2014 20:59:55 +0200
>> > Florian Lindner пишет:
>> >
>> >>
>> >> I also try to set up a matching timer:
>> >>
>> >> systemctl --user start git-commit@/home
В Tue, 19 Aug 2014 22:08:26 +0200
Florian Lindner пишет:
> Andrei Borzenkov wrote:
>
> > В Tue, 19 Aug 2014 20:59:55 +0200
> > Florian Lindner пишет:
> >
> >>
> >> I also try to set up a matching timer:
> >>
> >> systemctl --user start git-commit@/home/florian/timer.test.timer
> >>
> >> wor
В Tue, 19 Aug 2014 22:54:04 +0200
Lennart Poettering пишет:
> On Tue, 19.08.14 19:34, Florian Lindner ([email protected]) wrote:
>
> > Hello,
> > I have a systemd unit that should do a commit on a specific path. Since
> > there are more then one path / repos, I want to use an instantiated uni
On Tue, 19.08.14 19:34, Florian Lindner ([email protected]) wrote:
> Hello,
> I have a systemd unit that should do a commit on a specific path. Since
> there are more then one path / repos, I want to use an instantiated unit for
> that (the stuff with @ in the unit name):
>
>
> ~/.config/sys
On Tuesday, August 19, 2014 07:34:46 PM Florian Lindner wrote:
> Any ideas how I can change the working directory to the directory given by
> the instance name?
I do something like this to rebuild Jekyll sites based on a git commit. Maybe
this will help you.
1. A path unit watches for changes t
Andrei Borzenkov wrote:
> В Tue, 19 Aug 2014 20:59:55 +0200
> Florian Lindner пишет:
>
>>
>> I also try to set up a matching timer:
>>
>> systemctl --user start git-commit@/home/florian/timer.test.timer
>>
>> works fine, but:
>>
>> systemctl --user enable git-commit@/home/florian/timer.test.
В Tue, 19 Aug 2014 20:59:55 +0200
Florian Lindner пишет:
>
> I also try to set up a matching timer:
>
> systemctl --user start git-commit@/home/florian/timer.test.timer
>
> works fine, but:
>
> systemctl --user enable git-commit@/home/florian/timer.test.timer
> Failed to execute operation: In
Andrei Borzenkov wrote:
> В Tue, 19 Aug 2014 19:34:46 +0200
> Florian Lindner пишет:
>
>>
>> It seems that using %i or %I to set the working directory does not work.
>
> bor@opensuse:~> sudo systemctl start foo@/home/bor.service
> bor@opensuse:~> cat /tmp/foo
> /home/bor
> %i=-home-bor
> %I=/h
В Tue, 19 Aug 2014 19:34:46 +0200
Florian Lindner пишет:
>
> It seems that using %i or %I to set the working directory does not work.
bor@opensuse:~> sudo systemctl start foo@/home/bor.service
bor@opensuse:~> cat /tmp/foo
/home/bor
%i=-home-bor
%I=/home/bor
bor@opensuse:~> cat /run/systemd/sys
Hello,
I have a systemd unit that should do a commit on a specific path. Since
there are more then one path / repos, I want to use an instantiated unit for
that (the stuff with @ in the unit name):
~/.config/systemd/user % cat [email protected]
[Unit]
Description=Auto commit for instance.
[S
16 matches
Mail list logo