Hello,
I want to have a unit that monitors a path and commits automatically to
git whenever something changes. It usually works, like that:
# cat git-commit@.service
[Unit]
Description=Automatic commit for %f
[Service]
Type = oneshot
Nice = 10
# git returns 1 if there is nothing to commit
Succes
Hello,
I have a systemd 224 user service unit that starts the emacs daemon:
[Unit]
Description=Emacs: the extensible, self-documenting text editor
[Service]
Type=forking
ExecStart=/usr/bin/emacs --daemon
ExecStop=/usr/bin/emacsclient --eval "(progn (setq kill-emacs-hook nil)
(kill-emacs))"
Rest
Florian Lindner wrote:
> Hello,
> on my up to date Arch system I use Crashplan which is a java app for
> offsite backups. It used to work fine, until recently...
> When booting java dumps core:
It certainly seems to some timing issue, adding
ExecStartPre=/usr/bin/sleep 10
fix
Andrei Borzenkov wrote:
> В Sun, 21 Dec 2014 21:24:22 +0100
> Florian Lindner пишет:
>
>> Hello,
>> on my up to date Arch system I use Crashplan which is a java app for
>> offsite backups. It used to work fine, until recently...
>> When booting java dumps co
Hello,
on my up to date Arch system I use Crashplan which is a java app for offsite
backups. It used to work fine, until recently...
When booting java dumps core:
# systemctl status crashplan.service
● crashplan.service - CrashPlan Backup Service
Loaded: loaded (/etc/systemd/system/crashplan.
>>> > Another question I have is about the NTP status output of timedatectl.
>>> >
>>> > Right now (with ntpd running) it says:
>>> >
>>> > NTP enabled: yes
>>> > NTP synchronized: no
>>> >
>>> > I suppose it need some more uptime than the 11 minutes I have
>>> > currently?
>>>
>>> Possibly, ntpd
Hello,
I tried out timesyncd today. Basically worked out of the box (disabled ntpd,
enabling systemd-timesyncd and systemd-networkd, both unconfigured, side by
side with NetworkManager).
At my universities network they are blocking outgoing UDP why I can't reach
any NTP timesyncd gives these m
Lennart Poettering wrote:
> On Wed, 20.08.14 10:25, Florian Lindner (mailingli...@xgm.de) wrote:
>
>> The timer I try to enable contains a Install section.
>>
>> florian@asaru ~/.config/systemd/user % cat git-commit@.timer
>> [Unit]
>> Description=Tim
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
>
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
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
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:
>>
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
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 git-commit@.service
[Unit]
Description=Auto commit for instance.
[S
Hello!
I am on an Arch Linux machine. Kernel is 3.9.3 x86_64, systemd 204.
I have two identical hard drives. Both have a gparted created GPT table and a
CLI created ext4 filesystem with no options other than -L (label).
Archiv_1 was created like two weeks before Archiv_2 (which was created right
15 matches
Mail list logo