Porting over most of the things

This commit is contained in:
2020-02-09 22:28:45 -05:00
parent 2fc2139bd6
commit cbf4e851e2
7 changed files with 418 additions and 0 deletions

14
spoke.service Normal file
View File

@@ -0,0 +1,14 @@
# vim:filetype=systemd
[Unit]
Description=Spoke
[Service]
Type=simple
User=spoke
Group=spoke
EnvironmentFile=-/home/spoke/app/.env
ExecStart=/home/spoke/spoke-app-run
Restart=always
[Install]
WantedBy=multi-user.target