Move docker files into subdir

This commit is contained in:
Brad Treloar 2025-04-16 00:01:51 +09:30
parent 600cbc626f
commit 246317d84f
5 changed files with 0 additions and 2 deletions

13
docker/notes.service Normal file
View 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