Changes for page Proxmox Backup server
Last modified by Kevin Wiki on 2024/05/21 21:23
From version
16.1
edited by Kevin Wiki
on 2024/04/06 11:37
on 2024/04/06 11:37
Change comment:
There is no comment for this version
To version
17.1
edited by Kevin Wiki
on 2024/04/06 12:48
on 2024/04/06 12:48
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -139,8 +139,13 @@ 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 -{{code language="ini" title="/usr/lib/systemd/user/jottad.service"}}[Unit] 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] 144 144 Description=Jotta client daemon 145 145 146 146 [Service] ... ... @@ -153,7 +153,9 @@ 153 153 Restart=on-failure 154 154 155 155 [Install] 156 -WantedBy=default.target{{/code}} 161 +WantedBy=default.target 162 +{{/code}} 163 +))) 157 157 158 158 == Flaws == 159 159