mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
ydns-simple --> ydns6
This commit is contained in:
parent
ed31e66bf3
commit
f91e9c6a2b
@ -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
|
Sailfish OS. It doesn't have cron, so I tried the nearest equivalent
|
||||||
that is there out-of-box, systemd timers.
|
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
|
* aliendalvik-stopper again stops android support hourly so it won't waste
|
||||||
battery.
|
battery.
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=ydns-simple service
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
ExecStart=/usr/local/bin/ydns-simple
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=ydns-simple.timer
|
|
1
etc/systemd/system/ydns6/README.md
Normal file
1
etc/systemd/system/ydns6/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://github.com/Mikaela/scripts/blob/gh-pages/bash/ydns6
|
9
etc/systemd/system/ydns6/ydns6.service
Normal file
9
etc/systemd/system/ydns6/ydns6.service
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=ydns6 service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/home/nemo/.local/bin/ydns6
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=ydns6.timer
|
@ -1,5 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Run ydns-simple every 5 minutes
|
Description=Run ydns6 every 5 minutes
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnBootSec=1min
|
OnBootSec=1min
|
Loading…
Reference in New Issue
Block a user