Skip to content

Commit

Permalink
systemd startup: use the simple model rather than forking
Browse files Browse the repository at this point in the history
  • Loading branch information
jontrulson committed Dec 23, 2018
1 parent 3983423 commit 2f7a4c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions systemd/conqmeta.service
Expand Up @@ -3,9 +3,9 @@ Description=Conquest MetaServer Daemon
After=network-online.target

[Service]
Type=forking
Type=simple
Restart=on-failure
ExecStart=/opt/bin/conqmetad -d -u nobody
ExecStart=/opt/bin/conqmetad -u nobody

[Install]
WantedBy=network-online.target
Expand Down
4 changes: 2 additions & 2 deletions systemd/conquest.service
Expand Up @@ -4,10 +4,10 @@ Description=Conquest Game server 1701
After=network-online.target

[Service]
Type=forking
Type=simple
Restart=on-failure
# edit for your site
ExecStart=/opt/bin/conquestd -d -u nobody
ExecStart=/opt/bin/conquestd -u nobody

[Install]
WantedBy=network-online.target
Expand Down

0 comments on commit 2f7a4c6

Please sign in to comment.