1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 23:56:22 -07:00
gochan/sample-configs/gochan-postgresql.service

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