log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
rlgwebd
annotate rlgwebd.service @ 195:
3bdee6371c3f
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Change various filenames. The shell script previously used to launch the daemon is now called "initscript". The script files have had the ".js" extension removed from their names.
author
John "Elwin" Edwards
date
Thu, 14 Jan 2016 20:52:29 -0500 (2016-01-15)
parents
80ca029f0906
children
a7cc38a0168d
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
192
addc4e3456c4
Begin adding systemd compatibility.
John "Elwin" Edwards
parents:
diff
changeset
+
−
1
[Unit]
addc4e3456c4
Begin adding systemd compatibility.
John "Elwin" Edwards
parents:
diff
changeset
+
−
2
Description=RLGWebD app daemon
addc4e3456c4
Begin adding systemd compatibility.
John "Elwin" Edwards
parents:
diff
changeset
+
−
3
After=network.target syslog.target
addc4e3456c4
Begin adding systemd compatibility.
John "Elwin" Edwards
parents:
diff
changeset
+
−
4
addc4e3456c4
Begin adding systemd compatibility.
John "Elwin" Edwards
parents:
diff
changeset
+
−
5
[Service]
addc4e3456c4
Begin adding systemd compatibility.
John "Elwin" Edwards
parents:
diff
changeset
+
−
6
Type=simple
addc4e3456c4
Begin adding systemd compatibility.
John "Elwin" Edwards
parents:
diff
changeset
+
−
7
Environment=NODE_PATH=/usr/lib/node_modules
195
3bdee6371c3f
Change various filenames.
John "Elwin" Edwards
parents:
193
diff
changeset
+
−
8
ExecStart=/usr/local/bin/rlgwebd
3bdee6371c3f
Change various filenames.
John "Elwin" Edwards
parents:
193
diff
changeset
+
−
9
ExecStop=/usr/local/bin/rlgwebd-stop
192
addc4e3456c4
Begin adding systemd compatibility.
John "Elwin" Edwards
parents:
diff
changeset
+
−
10
addc4e3456c4
Begin adding systemd compatibility.
John "Elwin" Edwards
parents:
diff
changeset
+
−
11
[Install]
addc4e3456c4
Begin adding systemd compatibility.
John "Elwin" Edwards
parents:
diff
changeset
+
−
12
WantedBy=multi-user.target