ajout des services de backup et de gestion des actions...
...de la section
... | ... |
@@ -0,0 +1,7 @@ |
1 |
+[Unit] |
|
2 |
+Description=Mets à jour les actions de la section |
|
3 |
+ |
|
4 |
+[Service] |
|
5 |
+Type=simple |
|
6 |
+User=action |
|
7 |
+ExecStart=/home/action/action |
... | ... |
@@ -0,0 +1,8 @@ |
1 |
+[Unit] |
|
2 |
+Description=Mets à jour les actions de la section |
|
3 |
+ |
|
4 |
+[Timer] |
|
5 |
+OnCalendar=daily |
|
6 |
+ |
|
7 |
+[Install] |
|
8 |
+WantedBy=timers.target |
... | ... |
@@ -0,0 +1,6 @@ |
1 |
+[Unit] |
|
2 |
+Description=Backup section |
|
3 |
+ |
|
4 |
+[Service] |
|
5 |
+Type=oneshot |
|
6 |
+ExecStart=/root/inject |
... | ... |
@@ -0,0 +1,10 @@ |
1 |
+ |
|
2 |
+[Unit] |
|
3 |
+Description=Backup section |
|
4 |
+ |
|
5 |
+[Timer] |
|
6 |
+OnCalendar=*-*-* 4:00:00 |
|
7 |
+Persistent=true |
|
8 |
+ |
|
9 |
+[Install] |
|
10 |
+WantedBy=timers.target |