15 lines
313 B
Desktop File
15 lines
313 B
Desktop File
[Unit]
|
|
Description=OpenCode Web Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=wartana
|
|
WorkingDirectory=/home/wartana
|
|
EnvironmentFile=/home/wartana/opencode/.env
|
|
ExecStart=/home/wartana/.opencode/bin/opencode web --port 3040 --hostname 127.0.0.1
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|