Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
jetconf
Commits
3b49cf43
Commit
3b49cf43
authored
Feb 20, 2019
by
Pavel Spirek
Browse files
Simple systemd unit
parent
aae2cd8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
3b49cf43
...
...
@@ -11,3 +11,4 @@ TAGS
.idea
__pycache__
jetconf/__pycache__
dist/
data/jetconf@.service
0 → 100644
View file @
3b49cf43
[Unit]
Description
=
Jetconf for %I
After
=
network-online.target
[Service]
Type
=
simple
User
=
jetconf
ExecStart
=
/usr/local/bin/jetconf -c /etc/jetconf/config-%i.yaml
[Install]
WantedBy
=
multi-user.target
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment