Compare commits

..

No commits in common. "2a9731b591864f5f1495e8698f9fcb044475c6a4" and "f0fec97c819a90cf8cf9b87ffd1d2e72f89b1118" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -19,4 +19,4 @@ Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=default.target
WantedBy=multi-user.target default.target

View File

@ -1,7 +1,7 @@
[Unit]
Description=jbmasto.service
Wants=network-online.target
After=NetworkManager.service network.target network-online.target
Wants=network.target
After=network-online.target
RequiresMountsFor=/var/lib/containers/storage /var/run/containers/storage
# %E is "the XDG_CONFIG path"
@ -17,4 +17,4 @@ Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=default.target
WantedBy=multi-user.target default.target