1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-05 11:06:23 -07:00
gochan/examples/configs/gochan-postgresql.service
2023-10-19 11:33:21 -07:00

10 lines
No EOL
157 B
Desktop File

[Unit]
Description=gochan Daemon
Wants=postgresql.service
After=postgresql.service
[Service]
ExecStart=/usr/bin/gochan
[Install]
WantedBy=multi-user.target