Skip to content

Commit ba26048

Browse files
authored
Add systemd-notify support to docs (#1883)
1 parent 98d3323 commit ba26048

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/Automatic-Startup-and-Restart.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Unix-like operating systems:
2020
systemd
2121
-------
2222

23+
Crossbar supports systemd notify mechanism. Normally systemd just starts the process and assumes that's enough, but in the case of Crossbar and a client Autobahn application this isn't good enough, at least not on all systems.
24+
Simple service type is still supported.
25+
2326
Create a systemd service file ``/etc/systemd/system/crossbar.service``
2427

2528
::
@@ -29,7 +32,7 @@ Create a systemd service file ``/etc/systemd/system/crossbar.service``
2932
After=network.target
3033

3134
[Service]
32-
Type=simple
35+
Type=notify
3336
User=ubuntu
3437
Group=ubuntu
3538
StandardInput=null

0 commit comments

Comments
 (0)