diff options
author | quidtum <quidtum> | 2020-12-06 21:16:00 -0500 |
---|---|---|
committer | quidtum <quidtum> | 2020-12-06 21:16:00 -0500 |
commit | 66be05b32855498dae23a533577786a3f3ee34e1 (patch) | |
tree | 26f59c91ef4f70133ec75205450835c57884201d /spectral-renga.service | |
parent | 66d5b2dd507d70b5cea23636064c5a9828db20d1 (diff) |
add systemd to git
Diffstat (limited to 'spectral-renga.service')
-rw-r--r-- | spectral-renga.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/spectral-renga.service b/spectral-renga.service new file mode 100644 index 0000000..c226454 --- /dev/null +++ b/spectral-renga.service @@ -0,0 +1,13 @@ +[Unit] +Description=spectral renga +After=network.target + +[Service] +Type=simple +Restart=on-failure +ExecStart=/srv/spectral-renga/spectralrenga-exe +WorkingDirectory=/srv/spectral-renga/ + + +[Install] +WantedBy=multi-user.target |