Changes for page Proxmox Backup server

Last modified by Kevin Wiki on 2024/05/21 21:23

From version 17.1
edited by Kevin Wiki
on 2024/04/06 12:48
Change comment: There is no comment for this version
To version 16.1
edited by Kevin Wiki
on 2024/04/06 11:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -139,13 +139,8 @@
139 139  sudo usermod -a -G jottad backup}}}
140 140  
141 141  
142 -Create systemd file: `/usr/lib/systemd/user/jottad.service ` and enable with :
143 -
144 -(((
145 -\\
146 -
147 -{{code layout="LINENUMBERS" language="ini"}}
148 -[Unit]
142 +Create systemd file: `/usr/lib/systemd/user/jottad.service ` and enable with : 
143 +{{code language="ini" title="/usr/lib/systemd/user/jottad.service"}}[Unit]
149 149  Description=Jotta client daemon
150 150  
151 151  [Service]
... ... @@ -158,9 +158,7 @@
158 158  Restart=on-failure
159 159  
160 160  [Install]
161 -WantedBy=default.target
162 -{{/code}}
163 -)))
156 +WantedBy=default.target{{/code}}
164 164  
165 165  == Flaws ==
166 166