fjdskfahsdjk

This commit is contained in:
Ezra Fein 2020-05-12 16:53:34 -04:00
parent 4679e726b8
commit 3ce2b56bf5
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,4 +4,5 @@
!.vimrc
!LICENSE
!.gitignore
!templates
!templates/**

View File

@ -0,0 +1,15 @@
[Unit]
Description=Service Identifier
After=network.target
[Service]
Type=simple
User={{NAME}}
WorkingDirectory=(getcwd())
ExecStartPre
ExecStart=
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target