Move docker files into subdir
This commit is contained in:
parent
600cbc626f
commit
246317d84f
5 changed files with 0 additions and 2 deletions
13
docker/notes.service
Normal file
13
docker/notes.service
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Notes server
|
||||
After=docker.service
|
||||
Wants=network-online.target docker.socket
|
||||
Requires=docker.socket
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/docker start -a notes-server
|
||||
ExecStop=/usr/bin/docker stop -t 10 notes-server
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue