mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-05 12:56:22 -07:00
10 lines
No EOL
175 B
Desktop File
10 lines
No EOL
175 B
Desktop File
[Unit]
|
|
Description=gochan Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/home/vagrant/gochan/gochan
|
|
WorkingDirectory=/home/vagrant/gochan
|
|
|
|
[Install]
|
|
WantedBy=default.target |