diff options
| author | lowercasename <raphaelkabo@gmail.com> | 2020-01-04 20:46:39 +1100 |
|---|---|---|
| committer | lowercasename <raphaelkabo@gmail.com> | 2020-01-04 20:46:39 +1100 |
| commit | f60041ee7471b24df688728acb7725932fd9eb5b (patch) | |
| tree | eb3a389cb6438e356310a8b928a3d99019387780 /config | |
| parent | 752382ee9f37ce5e3765f9931692020116ad81ff (diff) | |
| parent | 82eb832f86c1fcb271d1665d81958a89ba6b94f3 (diff) | |
Merge branch 'master' of github.com:lowercasename/gathio
Diffstat (limited to 'config')
| -rw-r--r-- | config/gathio.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/gathio.service b/config/gathio.service new file mode 100644 index 0000000..447d44f --- /dev/null +++ b/config/gathio.service @@ -0,0 +1,13 @@ +[Unit] +Description=GathIO +After=network.target + +[Service] +Type=simple +User=gathio +WorkingDirectory=/srv/gathio +ExecStart=/usr/bin/npm start +Restart=on-failure + +[Install] +WantedBy=multi-user.target |
