You are not logged in.

#1 2012-10-20 18:20:11

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

noip lacks a .service file

Now that systemd is strongly advised I think the lack of the .service file is a problem.

Last edited by ezzetabi (2012-10-20 18:20:21)

Offline

#2 2012-10-20 18:25:25

Šaran
Member
From: Bosnia
Registered: 2011-09-03
Posts: 407

Re: noip lacks a .service file

This should be fixed upstream.
For now you can try this service file:

#/etc/systemd/system/noip.service
[Unit]
Description=No-IP dynamic DNS update client
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/noip2
Restart=on-failure

[Install]
WantedBy=multi-user.target

Offline

#3 2012-10-21 00:32:58

Stebalien
Member
Registered: 2010-04-27
Posts: 1,237
Website

Re: noip lacks a .service file


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C
Do not email: honeypot@stebalien.com

Offline

#4 2012-10-21 07:09:13

Awebb
Member
Registered: 2010-05-06
Posts: 6,272

Re: noip lacks a .service file

ezzetabi wrote:

Now that systemd is strongly advised I think the lack of the .service file is a problem.

While this is generally true, have you tried writing your own service files before? It is easier than it looks.

Offline

Board footer

Powered by FluxBB