Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] add binary function to install systemd file #183

Open
clemenko opened this issue Feb 17, 2024 · 0 comments
Open

[feature] add binary function to install systemd file #183

clemenko opened this issue Feb 17, 2024 · 0 comments
Labels
enhancement New feature or request size/L Denotes an issue/PR requiring a relatively large amount of work
Milestone

Comments

@clemenko
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Add a hauler install function to install a systemd unit file for serving registry and fileserver. This is to be used for POC situations where standing up an enterprise reg is not necessary. I am looking to leverage hauler to replace skopeo/docker reg/nfs for serving out a bootstrap.

aka

cat << EOF > /etc/systemd/system/[email protected]
# /etc/systemd/system/hauler.service
[Unit]
Description=Hauler Serve %I Service

[Service]
Environment="HOME=/opt/hauler/"
ExecStart=/usr/local/bin/hauler store serve %i -s /opt/hauler/store
WorkingDirectory=/opt/hauler

[Install]
WantedBy=multi-user.target
EOF

Describe the solution you'd like
hauler install ?

Describe alternatives you've considered
Looking to bundle

Additional context
cute puppy
GettyImages-131188311-2000-926854e0a05446309add21d70023fd67

@github-project-automation github-project-automation bot moved this to Pending Review in Hauler Feb 17, 2024
@zackbradys zackbradys added enhancement New feature or request size/L Denotes an issue/PR requiring a relatively large amount of work labels Feb 17, 2024
@github-project-automation github-project-automation bot moved this to Pending Review in Hauler Jul 17, 2024
@dweomer dweomer changed the title [RFE] add binary function to install systemd file feature: add binary function to install systemd file Jul 26, 2024
@zackbradys zackbradys changed the title feature: add binary function to install systemd file [feature] add binary function to install systemd file Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/L Denotes an issue/PR requiring a relatively large amount of work
Projects
Status: To Triage
Development

No branches or pull requests

2 participants