12345678910111213141516 |
- [Unit]
- Description=Oasis - Project Network Web Interface
- Documentation=https://code.03c8.net/KrakensLab/snh-oasis.git
- After=network.target
- [Service]
- Type=simple
- # %s : run in the user's shell because they might have a custom PATH
- # -l : invoke a login shell to make sure to source .profile, .zprofile, .bash_profile, ...
- # -c : invoke a shell because we'd have to hardcode a path using ExecStart
- ExecStart=%s -l -c 'oasis --host localhost --port 4515 --no-open'
- Restart=on-failure
- [Install]
- WantedBy=default.target
|