Skip to content

Commit

Permalink
i think this is as early as it gets
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Oct 27, 2024
1 parent 50cf5d7 commit 6f27d93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion etc/systemd/system/pwn.college.init.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[Unit]
Description=pwn.college initialization service
Before=docker.service
Before=containerd.service
Before=sysinit.target
DefaultDependencies=no

[Service]
Type=oneshot
Expand All @@ -9,4 +12,4 @@ WorkingDirectory=/opt/pwn.college
ExecStart=/usr/bin/dojo-init

[Install]
WantedBy=multi-user.target
WantedBy=sysinit.target

0 comments on commit 6f27d93

Please sign in to comment.