Re: [systemd-devel] How to create a systemd service?

2014-12-20 Thread Kai Krakow
jenia.ivlev schrieb: > I want to start synapse (its a program that allows to run programs more > easily) at login using systemd. So I created this systemd-service config > file: > > [Unit] > Description=Syanpse start up > After=lxdm.service > > [Service] > User=jenia > E

Re: [systemd-devel] How to create a systemd service?

2014-12-18 Thread Andrei Dziahel
there's more — synapse actually can create that .desktop file for you, just tick "start automatically" checkbox in program preferences On Thu, Dec 18, 2014 at 7:14 AM, jenia.ivlev wrote: > > That's really nice information. Thanks a lot Mantas. > > ___ >

Re: [systemd-devel] How to create a systemd service?

2014-12-17 Thread jenia.ivlev
That's really nice information. Thanks a lot Mantas. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] How to create a systemd service?

2014-12-16 Thread Mantas Mikulėnas
On Wed, Dec 17, 2014 at 4:34 AM, jenia.ivlev wrote: > > Hello. > > I want to start synapse (its a program that allows to run programs more > easily) at login using systemd. So I created this systemd-service config > file: > > [Unit] > Description=Syanpse start up > After=lxdm.service >

[systemd-devel] How to create a systemd service?

2014-12-16 Thread jenia.ivlev
Hello. I want to start synapse (its a program that allows to run programs more easily) at login using systemd. So I created this systemd-service config file: [Unit] Description=Syanpse start up After=lxdm.service [Service] User=jenia ExecStart=/usr/bin/synapse [Inst