Files
goswi/systemd.scripts/goswi.service.sample
Gwyneth Llewelyn 2d83cd9b79 For systemd, added some extra tests
This is to make sure that it's only launched after MySQL & ROBUST have
started.
2021-11-18 13:16:09 +00:00

18 lines
310 B
Plaintext

[Unit]
Description=GoBot
After=syslog.target
After=network.target
After=mariadb.service mysqld.service postgresql.service memcached.service redis.service nginx.service
[Service]
Type=simple
User=
Group=
WorkingDirectory=
ExecStart=
Restart=always
Environment=USER= HOME=
[Install]
WantedBy=multi-user.target