sudo cp *.service /etc/systemd/system/
sudo chown root:root /etc/systemd/system/*.service
sudo systemctl daemon-reload
for S in /etc/systemd/system/*.service; do
sudo systemctl enable $S
done
for S in *.service; do
sudo systemctl start $S
done
-
Notifications
You must be signed in to change notification settings - Fork 3
macropin/docker-units
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Docker systemd unit files
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published