ydns-simple --> ydns6

This commit is contained in:
Aminda Suomalainen 2016-04-11 15:34:28 +03:00
parent ed31e66bf3
commit f91e9c6a2b
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
5 changed files with 11 additions and 11 deletions

View File

@ -2,6 +2,5 @@ Services in this directory are meant for my Jolla Phone which runs
Sailfish OS. It doesn't have cron, so I tried the nearest equivalent
that is there out-of-box, systemd timers.
* ydns-simple is my dyndns update script, you can find it from https://github.com/Mikaela/scripts/blob/gh-pages/bash/ydns-simple
* aliendalvik-stopper again stops android support hourly so it won't waste
battery.

View File

@ -1,9 +0,0 @@
[Unit]
Description=ydns-simple service
[Service]
Type=simple
ExecStart=/usr/local/bin/ydns-simple
[Install]
WantedBy=ydns-simple.timer

View File

@ -0,0 +1 @@
https://github.com/Mikaela/scripts/blob/gh-pages/bash/ydns6

View File

@ -0,0 +1,9 @@
[Unit]
Description=ydns6 service
[Service]
Type=simple
ExecStart=/home/nemo/.local/bin/ydns6
[Install]
WantedBy=ydns6.timer

View File

@ -1,5 +1,5 @@
[Unit]
Description=Run ydns-simple every 5 minutes
Description=Run ydns6 every 5 minutes
[Timer]
OnBootSec=1min