Initial commit

This commit is contained in:
2019-03-30 18:41:00 +01:00
commit 10993b9209
28 changed files with 887 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=mini-beieli web service
After=syslog.target
After=network.target
[Service]
Type=simple
User=beieli
Group=beieli
WorkingDirectory=/home/beieli/mini-beieli-web
ExecStart=/home/beieli/mini-beieli-web/mini-beieli-web
Restart=always
[Install]
WantedBy=multi-user.target