<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Dear all,<br>
<br>
As a Archlinux user which adopted systemd for the best, I moved my
system to it. I follow the wiki to start pyLoad as a service
creating the following file:<br>
/etc/systemd/system/pyload.service
(sweetth being my user)<br>
<br>
<pre>[Unit]
Description=Downloadtool for One-Click-Hoster written in python.
After=network.target
[Service]
Type=forking
PIDFile=/run/pyload/pyload.pid
ExecStart=/usr/bin/pyLoadCore --daemon
KillSignal=SIGQUIT
User=sweetth
[Install]
WantedBy=multi-user.targe</pre>
The service seems to start find, but crash.<br>
<br>
See below the terminal output of "sudo journalctl -n"<br>
<pre><code>-- Logs begin at Wed, 2012-10-31 14:34:08 GMT, end at Thu, 2012-11-01 10:21:17 GMT. --
Nov 05 11:40:29 linuxbox sudo[3890]: pam_unix(sudo:session): session opened for user root by sweetth(uid=0)
Nov 05 11:40:29 linuxbox sudo[3890]: pam_unix(sudo:session): session closed for user root
Nov 05 11:41:21 linuxbox systemd[1]: pyload.service operation timed out. Terminating.
Nov 05 11:41:21 linuxbox systemd[1]: Failed to start Downloadtool for One-Click-Hoster written in python..
Nov 05 11:41:21 linuxbox systemd[1]: Unit pyload.service entered failed state
Nov 05 11:41:26 linuxbox sudo[3927]: sweetth : TTY=pts/0 ; PWD=/home/sweetth ; USER=root ; COMMAND=/usr/bin/systemctl status pyload.service
Nov 05 11:41:26 linuxbox sudo[3927]: pam_unix(sudo:session): session opened for user root by sweetth(uid=0)
Nov 05 11:41:26 linuxbox sudo[3927]: pam_unix(sudo:session): session closed for user root
Nov 05 11:42:39 linuxbox sudo[3985]: sweetth : TTY=pts/0 ; PWD=/home/sweetth ; USER=root ; COMMAND=/usr/bin/journalctl -n
Nov 05 11:42:39 linuxbox sudo[3985]: pam_unix(sudo:session): session opened for user root by sweetth(uid=0)
</code></pre>
<br>
<pre><code></code></pre>
<p>Many thanks for your time and assistance,</p>
<br>
</body>
</html>